Commit 229817b 1 parent 0d545ba commit 229817b Copy full SHA for 229817b
File tree 2 files changed +26
-0
lines changed
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:
85
85
certManager :
86
86
certDuration : 8760h # 365 days
87
87
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