Skip to content

Commit 19ceb89

Browse files
committed
allow setting AzureClusterIdentity spec.type with variable
1 parent 711d861 commit 19ceb89

File tree

45 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

templates/azure-cluster-identity/azure-cluster-identity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
clusterctl.cluster.x-k8s.io/move-hierarchy: "true"
88
spec:
9-
type: WorkloadIdentity
9+
type: "${CLUSTER_IDENTITY_TYPE:=WorkloadIdentity}"
1010
allowedNamespaces: {}
1111
tenantID: "${AZURE_TENANT_ID}"
1212
clientID: "${AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY}"

templates/cluster-template-aad.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-aks-clusterclass.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-aks.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-azure-bastion.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-azure-cni-v1.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-clusterclass.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-dual-stack.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-edgezone.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cluster-template-ephemeral.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)