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.
clusterctl move
1 parent 2ad2e0d commit dcaa5faCopy full SHA for dcaa5fa
templates/cloud-secret.yaml
@@ -2,6 +2,9 @@ apiVersion: v1
2
kind: Secret
3
metadata:
4
name: {{ include "cloud_name" . }}
5
+ labels:
6
+ # Ensure that the Secret is transferred to the target cluster during a `clusterctl move`
7
+ clusterctl.cluster.x-k8s.io/move: ""
8
data:
9
cloudName: {{ include "cloud_name" . | b64enc }}
10
clouds.yaml: {{ toYaml .Values | b64enc }}
0 commit comments