Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix federated token config in helm chart #4921

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/cloud-provider-azure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maintainers:
name: cloud-provider-azure
sources:
- https://github.com/kubernetes-sigs/cloud-provider-azure
version: 1.28.1
version: 1.28.1+20231102
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ spec:
mountPath: /var/lib/waagent/ManagedIdentity-Settings
readOnly: true
{{- if .Values.cloudControllerManager.federatedTokenPath }}
- name: projectedToken
- name: azure-identity-token
mountPath: {{ .Values.cloudControllerManager.federatedTokenPath }}
readOnly: true
{{ end }}
Expand Down
Binary file not shown.
10 changes: 5 additions & 5 deletions helm/repo/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v1
entries:
cloud-provider-azure:
- apiVersion: v1
created: "2023-10-26T22:47:41.053949+05:30"
created: "2023-11-02T14:29:24.286292997-05:00"
description: A Helm chart for installing kubernetes-sigs/cloud-provider-azure
components
digest: 7114f316e94c0df2a08a36ead9dee8ae8f1f728f6a24f31f0cd16c8ffaec3c4b
digest: 289758ed3f83c9bac502ea6b59569ae187a712c123dd7866a3d291582fb57203
home: https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/cloud-provider-azure/README.md
keywords:
- cloud-provider-azure
Expand All @@ -20,8 +20,8 @@ entries:
sources:
- https://github.com/kubernetes-sigs/cloud-provider-azure
urls:
- cloud-provider-azure-1.28.1.tgz
version: 1.28.1
- cloud-provider-azure-1.28.1+20231102.tgz
version: 1.28.1+20231102
- apiVersion: v1
created: "2023-08-24T19:03:27.80113998Z"
description: A Helm chart for installing kubernetes-sigs/cloud-provider-azure
Expand Down Expand Up @@ -526,4 +526,4 @@ entries:
urls:
- cloud-provider-azure-1.23.8.tgz
version: 1.23.8
generated: "2023-10-26T22:47:41.053398+05:30"
generated: "2023-11-02T14:29:24.285414289-05:00"