Skip to content

Commit

Permalink
Fix folder mapping for user/admin gnupghome in sidecars
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed Dec 14, 2021
1 parent 2626518 commit 39e4896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/configmap-seed/add-sidecars.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: SCRIPT
value: /tmp/restart-mtls.sh
- name: GNUPGHOME
value: /tmp/gnupg_home
value: /tmp/gnupg_home/gnupg
volumeMounts:
- name: sc-user-keys-volume
mountPath: /tmp/user_keys
Expand All @@ -48,7 +48,7 @@ spec:
- name: SCRIPT
value: /tmp/restart-mtls.sh
- name: GNUPGHOME
value: /tmp/gnupg_home
value: /tmp/gnupg_home/admin_gnupg
volumeMounts:
- name: sc-admin-keys-volume
mountPath: /tmp/admin_keys
Expand Down

0 comments on commit 39e4896

Please sign in to comment.