We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da42d16 + ca9500f commit cfb6c5bCopy full SHA for cfb6c5b
charts/capi-vsphere/Chart.yaml
@@ -7,7 +7,7 @@ keywords:
7
- bootstrapping
8
- kubernetes
9
- vsphere
10
-version: 1.4.0
+version: 1.4.1
11
appVersion: v1beta1
12
home: https://cluster-api.sigs.k8s.io/
13
sources:
charts/capi-vsphere/templates/cloud-secret.yaml
@@ -5,6 +5,7 @@ metadata:
5
name: {{ include "capi-vsphere.cloudConfigSecretName" . }}
6
annotations:
"helm.sh/hook": pre-install
+ "helm.sh/hook-delete-policy": hook-failed
data:
username: {{ .Values.cloudConfigSecret.username | b64enc }}
password: {{ .Values.cloudConfigSecret.password | b64enc }}
0 commit comments