Skip to content

Commit

Permalink
Add cockroach config secret to main plural chart (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Aug 8, 2024
1 parent aa7677b commit fdb8814
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plural/helm/plural/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: plural
description: A helm chart for installing plural
appVersion: 0.11.5
version: 0.10.89
version: 0.10.90
dependencies:
- name: hydra
version: 0.26.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ data:
{{ range $key, $value := .Values.extraSecretEnv }}
{{ $key }}: {{ $value | b64enc | quote }}
{{ end }}
{{ if .Values.secrets.cloud }}
---
apiVersion: v1
kind: Secret
metadata:
name: plrl-cloud-config
stringData:
cockroaches: {{ toJson .Values.secrets.cloud.cockroaches | quote }}
{{ end }}
{{ if .Values.admin.enabled }}
---
apiVersion: v1
Expand Down

0 comments on commit fdb8814

Please sign in to comment.