Skip to content

Commit ef38fcc

Browse files
committed
update secret name
1 parent cf063d3 commit ef38fcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cluster-autoscaler/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ spec:
188188
- name: ARM_USER_ASSIGNED_IDENTITY_ID
189189
valueFrom:
190190
secretKeyRef:
191-
key: azureUserAssignedIdentityID
191+
key: UserAssignedIdentityID
192192
name: {{ template "cluster-autoscaler.fullname" . }}
193193
{{- else }}
194194
- name: ARM_TENANT_ID

charts/cluster-autoscaler/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data:
1818
SubscriptionID: "{{ .Values.azureSubscriptionID | b64enc }}"
1919
TenantID: "{{ .Values.azureTenantID | b64enc }}"
2020
VMType: "{{ .Values.azureVMType | b64enc }}"
21-
azureUserAssignedIdentityID: "{{ .Values.azureUserAssignedIdentityID | b64enc }}"
21+
UserAssignedIdentityID: "{{ .Values.azureUserAssignedIdentityID | b64enc }}"
2222
{{- else if $isAws }}
2323
AwsAccessKeyId: "{{ .Values.awsAccessKeyID | b64enc }}"
2424
AwsSecretAccessKey: "{{ .Values.awsSecretAccessKey | b64enc }}"

0 commit comments

Comments
 (0)