Skip to content

Commit

Permalink
fix multimap-id-to-groupname.conf volume
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 10, 2024
1 parent 1f54fb3 commit 95696b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/door.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
mountPath: /opt/dcache/etc/multimap-id-to-username.conf
subPath: multimap-id-to-username.conf
readOnly: true
- name: multimap-id-to-username
- name: multimap-id-to-groupname
mountPath: /opt/dcache/etc/multimap-id-to-groupname.conf
subPath: multimap-id-to-groupname.conf
readOnly: true
Expand Down Expand Up @@ -120,7 +120,7 @@ spec:
items:
- key: "multimap-id-to-username"
path: "multimap-id-to-username.conf"
- name: vorolemap
- name: multimap-id-to-groupnam
configMap:
name: {{ $.Release.Name }}-configmap
items:
Expand Down

0 comments on commit 95696b7

Please sign in to comment.