Skip to content

Commit 13154cc

Browse files
Merge pull request #3 from SovereignCloudStack/feat/add-cloudname-to-secret
Add cloudName key into the secret
2 parents 13234fc + c2aa64c commit 13154cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: csp-helper-chart
33
description: A Helm chart to deploy SCS cluster-api-provider-v2 per-tenant resources
4-
version: 0.4.0
5-
appVersion: "0.4.0"
4+
version: 0.5.0
5+
appVersion: "0.5.0"

templates/cloud-secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ kind: Secret
33
metadata:
44
name: {{ include "cloud_name" . }}
55
data:
6+
cloudName: {{ include "cloud_name" . | b64enc }}
67
clouds.yaml: {{ toYaml .Values | b64enc }}
78
type: Opaque

0 commit comments

Comments
 (0)