Skip to content

Commit 4d75fcc

Browse files
authored
Merge pull request #965 from CecileRobertMichon/fix-kcp-adoption
Fix kcp adoption template azure.json secret key
2 parents 121244f + fbfd231 commit 4d75fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/data/infrastructure-azure/cluster-template-kcp-adoption.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ spec:
148148
files:
149149
- contentFrom:
150150
secret:
151-
key: azure.json
151+
key: control-plane-azure.json
152152
name: ${CLUSTER_NAME}-control-plane-0-azure-json
153153
owner: root:root
154154
path: /etc/kubernetes/azure.json
@@ -236,7 +236,7 @@ spec:
236236
files:
237237
- contentFrom:
238238
secret:
239-
key: azure.json
239+
key: control-plane-azure.json
240240
name: ${CLUSTER_NAME}-control-plane-0-azure-json
241241
owner: root:root
242242
path: /etc/kubernetes/azure.json

0 commit comments

Comments
 (0)