File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ {{ range .Values.extraObjects }}
2+ ---
3+ {{ tpl (toYaml .) $ }}
4+ {{ end }}
Original file line number Diff line number Diff line change @@ -85,3 +85,25 @@ resource:
8585 certManager :
8686 certDuration : 8760h # 365 days
8787 renewCertBefore : 720h # 30 days
88+
89+ # -- Array of extra K8s manifests to deploy
90+ extraObjects : []
91+ # - apiVersion: secrets-store.csi.x-k8s.io/v1
92+ # kind: SecretProviderClass
93+ # metadata:
94+ # name: mongodb-secrets-store
95+ # spec:
96+ # provider: aws
97+ # parameters:
98+ # objects: |
99+ # - objectName: "mongodb"
100+ # objectType: "secretsmanager"
101+ # jmesPath:
102+ # - path: "password"
103+ # objectAlias: "password"
104+ # secretObjects:
105+ # - data:
106+ # - key: password
107+ # objectName: password
108+ # secretName: my-user-password
109+ # type: Opaque
You can’t perform that action at this time.
0 commit comments