File tree 3 files changed +32
-0
lines changed
3 files changed +32
-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 @@ -2925,3 +2925,8 @@ properties:
2925
2925
A flag that should only be set to true temporarily when experiencing a
2926
2926
deprecation message that contain censored content that you wish to
2927
2927
reveal.
2928
+
2929
+ extraManifests :
2930
+ type : array
2931
+ description : |
2932
+ Any additional K8s manifests to deploy with the chart
Original file line number Diff line number Diff line change @@ -659,3 +659,26 @@ debug:
659
659
660
660
global :
661
661
safeToShowValues : false
662
+
663
+ # -- Array of extra K8s manifests to deploy
664
+ extraObjects : []
665
+ # example:
666
+ # - apiVersion: secrets-store.csi.x-k8s.io/v1
667
+ # kind: SecretProviderClass
668
+ # metadata:
669
+ # name: singleuser-hub-secrets-store
670
+ # spec:
671
+ # provider: aws
672
+ # parameters:
673
+ # objects: |
674
+ # - objectName: "singleuser-secret"
675
+ # objectType: "secretsmanager"
676
+ # jmesPath:
677
+ # - path: "somevar"
678
+ # objectAlias: "somevalue"
679
+ # secretObjects:
680
+ # - data:
681
+ # - key: somevalue
682
+ # objectName: somevalue
683
+ # secretName: singleuser-secret
684
+ # type: Opaque
You can’t perform that action at this time.
0 commit comments