Skip to content

Commit

Permalink
Merge pull request #3 from SovereignCloudStack/feat/add-cloudname-to-…
Browse files Browse the repository at this point in the history
…secret

Add cloudName key into the secret
  • Loading branch information
michal-gubricky authored Apr 24, 2024
2 parents 13234fc + c2aa64c commit 13154cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: csp-helper-chart
description: A Helm chart to deploy SCS cluster-api-provider-v2 per-tenant resources
version: 0.4.0
appVersion: "0.4.0"
version: 0.5.0
appVersion: "0.5.0"
1 change: 1 addition & 0 deletions templates/cloud-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ kind: Secret
metadata:
name: {{ include "cloud_name" . }}
data:
cloudName: {{ include "cloud_name" . | b64enc }}
clouds.yaml: {{ toYaml .Values | b64enc }}
type: Opaque

0 comments on commit 13154cc

Please sign in to comment.