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 a732353 commit 7666932Copy full SHA for 7666932
components/openstack/templates/extra-manifests.yaml.tpl
@@ -0,0 +1,8 @@
1
+{{- range .Values.extraObjects }}
2
+---
3
+{{ if typeIs "string" . }}
4
+ {{- tpl . $ }}
5
+{{- else }}
6
+ {{- tpl (toYaml .) $ }}
7
+{{- end }}
8
+{{ end }}
components/openstack/values.yaml
@@ -1 +1,17 @@
---
+
+# -- Array of extra Kubernetes manifests to deploy
+extraObjects: []
+# - apiVersion: external-secrets.io/v1beta1
+# kind: ExternalSecret
+# metadata:
+# name: my-secret
9
+# spec:
10
+# secretStoreREf:
11
+# kind: ClusterSecretStore
12
+# name: mystore
13
+# target:
14
15
+# dataFrom:
16
+# - extract:
17
+# key: my-secret-id
0 commit comments