Skip to content

Commit

Permalink
Merge pull request #73 from ministryofjustice/volume-swap
Browse files Browse the repository at this point in the history
Swap volumeMount to set the deployment with both mountPath
  • Loading branch information
poornima-krishnasamy authored Dec 28, 2023
2 parents 09dd27e + d35f7b8 commit 24d3e19
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 24d3e19

Please sign in to comment.