Skip to content

Commit

Permalink
Merge pull request #965 from CecileRobertMichon/fix-kcp-adoption
Browse files Browse the repository at this point in the history
Fix kcp adoption template azure.json secret key
  • Loading branch information
k8s-ci-robot authored Sep 29, 2020
2 parents 121244f + fbfd231 commit 4d75fcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
files:
- contentFrom:
secret:
key: azure.json
key: control-plane-azure.json
name: ${CLUSTER_NAME}-control-plane-0-azure-json
owner: root:root
path: /etc/kubernetes/azure.json
Expand Down Expand Up @@ -236,7 +236,7 @@ spec:
files:
- contentFrom:
secret:
key: azure.json
key: control-plane-azure.json
name: ${CLUSTER_NAME}-control-plane-0-azure-json
owner: root:root
path: /etc/kubernetes/azure.json
Expand Down

0 comments on commit 4d75fcc

Please sign in to comment.