Skip to content

Commit

Permalink
update secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
kruthika04 committed Feb 25, 2025
1 parent bf26af8 commit 2ff4d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
- name: ARM_USER_ASSIGNED_IDENTITY_ID
valueFrom:
secretKeyRef:
key: azureUserAssignedIdentityID
key: UserAssignedIdentityID
name: {{ template "cluster-autoscaler.fullname" . }}
{{- else }}
- name: ARM_TENANT_ID
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
SubscriptionID: "{{ .Values.azureSubscriptionID | b64enc }}"
TenantID: "{{ .Values.azureTenantID | b64enc }}"
VMType: "{{ .Values.azureVMType | b64enc }}"
azureUserAssignedIdentityID: "{{ .Values.azureUserAssignedIdentityID | b64enc }}"
UserAssignedIdentityID: "{{ .Values.azureUserAssignedIdentityID | b64enc }}"
{{- else if $isAws }}
AwsAccessKeyId: "{{ .Values.awsAccessKeyID | b64enc }}"
AwsSecretAccessKey: "{{ .Values.awsSecretAccessKey | b64enc }}"
Expand Down

0 comments on commit 2ff4d9c

Please sign in to comment.