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.
1 parent fe53ddf commit 21c9012Copy full SHA for 21c9012
pkg/cloud/azure/assets/cloud-controller-manager-deployment.yaml
@@ -110,6 +110,12 @@ spec:
110
value: /etc/kubernetes-cloud-config/cloud.conf
111
- name: OCP_INFRASTRUCTURE_NAME
112
value: {{ .infrastructureName }}
113
+ - name: AZURE_FEDERATED_TOKEN_FILE
114
+ valueFrom:
115
+ secretKeyRef:
116
+ name: azure-cloud-credentials
117
+ key: azure_federated_token_file
118
+ optional: true
119
resources:
120
requests:
121
cpu: 200m
0 commit comments