We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7677b commit fdb8814Copy full SHA for fdb8814
plural/helm/plural/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: plural
3
description: A helm chart for installing plural
4
appVersion: 0.11.5
5
-version: 0.10.89
+version: 0.10.90
6
dependencies:
7
- name: hydra
8
version: 0.26.5
plural/helm/plural/templates/secret.yaml plural/helm/plural/templates/secrets.yaml
@@ -81,6 +81,15 @@ data:
81
{{ range $key, $value := .Values.extraSecretEnv }}
82
{{ $key }}: {{ $value | b64enc | quote }}
83
{{ end }}
84
+{{ if .Values.secrets.cloud }}
85
+---
86
+apiVersion: v1
87
+kind: Secret
88
+metadata:
89
+ name: plrl-cloud-config
90
+stringData:
91
+ cockroaches: {{ toJson .Values.secrets.cloud.cockroaches | quote }}
92
+{{ end }}
93
{{ if .Values.admin.enabled }}
94
---
95
apiVersion: v1
0 commit comments