We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aa7f0 commit 3fa51e4Copy full SHA for 3fa51e4
apps/hermes/components/secret/kustomization.yaml
@@ -0,0 +1,19 @@
1
+---
2
+apiVersion: "kustomize.config.k8s.io/v1alpha1"
3
+kind: "Component"
4
+patches:
5
+ - target:
6
+ kind: "Deployment"
7
+ name: "hermes"
8
+ patch: |-
9
+ - op: "add"
10
+ path: "/spec/template/spec/volumes/-"
11
+ value:
12
13
+ secret:
14
+ secretName: "hermes"
15
16
+ path: "/spec/template/spec/containers/0/volumeMounts/-"
17
18
19
+ mountPath: "/etc/hermes/"
0 commit comments