Skip to content

Commit 3c1562c

Browse files
update secret name
1 parent a3ba8a3 commit 3c1562c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/hermes/components/secret/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ patches:
99
- op: "add"
1010
path: "/spec/template/spec/volumes/-"
1111
value:
12-
name: "hermes"
12+
name: "hermes-tokens"
1313
secret:
14-
secretName: "hermes"
14+
secretName: "hermes-tokens"
1515
- op: "add"
1616
path: "/spec/template/spec/containers/0/volumeMounts/-"
1717
value:
18-
name: "hermes"
18+
name: "hermes-tokens"
1919
mountPath: "/etc/hermes/"

0 commit comments

Comments
 (0)