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 2539993 commit 917f349Copy full SHA for 917f349
charts/generic/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: generic
3
description: Generic Chart
4
-version: 1.6.3
+version: 1.7.0
charts/generic/templates/secrets.yaml
@@ -14,7 +14,7 @@ metadata:
14
{{- with .annotations }}
15
annotations: {{ toYaml . | nindent 4 }}
16
{{- end }}
17
-type: Opaque
+type: {{ .type | default "Opaque" }}
18
data:
19
{{- range $key, $value := $secret.data }}
20
{{ $key }}: {{ $value | b64enc | quote }}
charts/generic/values.yaml
@@ -148,6 +148,7 @@ rollme: false
148
149
# secrets:
150
# - name: env
151
+# # type: Opaque
152
# data:
153
# SOME_ENV: "example"
154
0 commit comments