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.
2 parents 13234fc + c2aa64c commit 13154ccCopy full SHA for 13154cc
Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
name: csp-helper-chart
3
description: A Helm chart to deploy SCS cluster-api-provider-v2 per-tenant resources
4
-version: 0.4.0
5
-appVersion: "0.4.0"
+version: 0.5.0
+appVersion: "0.5.0"
templates/cloud-secret.yaml
@@ -3,5 +3,6 @@ kind: Secret
metadata:
name: {{ include "cloud_name" . }}
data:
6
+ cloudName: {{ include "cloud_name" . | b64enc }}
7
clouds.yaml: {{ toYaml .Values | b64enc }}
8
type: Opaque
0 commit comments