Skip to content

Commit

Permalink
Swap volumeMount to set the deployment with both mountPath
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy committed Dec 28, 2023
1 parent 09dd27e commit d35f7b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ controller:
service cron start
sleep infinity
volumeMounts:
- name: logs-volume
mountPath: /var/log/audit/
- name: logrotate-config
mountPath: /home
- name: logs-volume
mountPath: /var/log/audit/

%{ endif ~}

# -- Process Ingress objects without ingressClass annotation/ingressClassName field
Expand Down

0 comments on commit d35f7b8

Please sign in to comment.