Skip to content

Commit

Permalink
Do not specify the projected service account volume for workload iden…
Browse files Browse the repository at this point in the history
…tity
  • Loading branch information
JRBANCEL committed Mar 28, 2024
1 parent d0f78e0 commit 51f03e4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ spec:
image: controller:latest
imagePullPolicy: Always
name: manager
volumeMounts:
- mountPath: /var/run/secrets/azure/tokens
name: azure-identity-token
readOnly: true
ports:
- containerPort: 9440
name: healthz
Expand Down Expand Up @@ -83,12 +79,3 @@ spec:
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
volumes:
- name: azure-identity-token
projected:
defaultMode: 420
sources:
- serviceAccountToken:
audience: api://AzureADTokenExchange
expirationSeconds: 3600
path: azure-identity-token

0 comments on commit 51f03e4

Please sign in to comment.