Skip to content

Commit cfb6c5b

Browse files
authored
Merge pull request #16 from Mikroways/fix/capv-cloud-secret-hook
Fix capv cluster credentials hook
2 parents da42d16 + ca9500f commit cfb6c5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/capi-vsphere/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- bootstrapping
88
- kubernetes
99
- vsphere
10-
version: 1.4.0
10+
version: 1.4.1
1111
appVersion: v1beta1
1212
home: https://cluster-api.sigs.k8s.io/
1313
sources:

charts/capi-vsphere/templates/cloud-secret.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
name: {{ include "capi-vsphere.cloudConfigSecretName" . }}
66
annotations:
77
"helm.sh/hook": pre-install
8+
"helm.sh/hook-delete-policy": hook-failed
89
data:
910
username: {{ .Values.cloudConfigSecret.username | b64enc }}
1011
password: {{ .Values.cloudConfigSecret.password | b64enc }}

0 commit comments

Comments
 (0)