Skip to content

Commit

Permalink
Merge pull request #136 from damdo/release-4.14-add-missing-azure-ide…
Browse files Browse the repository at this point in the history
…ntity-diff

[release-4.14] OCPBUGS-22314: fix: add missing azure identity diff
  • Loading branch information
openshift-ci[bot] committed Oct 31, 2023
2 parents 445968f + 2fbd801 commit b4c4fb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/infrastructure-providers/infrastructure-azure.yaml
Expand Up @@ -27,6 +27,7 @@ data:
creationTimestamp: null
labels:
aadpodidbinding: capz-controller-aadpodidentity-selector
azure.workload.identity/use: "true"
cluster.x-k8s.io/provider: infrastructure-azure
control-plane: capz-controller-manager
spec:
Expand Down Expand Up @@ -105,6 +106,9 @@ data:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
- mountPath: /var/run/secrets/azure/tokens
name: azure-identity-token
readOnly: true
priorityClassName: system-cluster-critical
securityContext:
runAsNonRoot: true
Expand All @@ -122,6 +126,14 @@ data:
secret:
defaultMode: 420
secretName: capz-webhook-service-cert
- name: azure-identity-token
projected:
defaultMode: 420
sources:
- serviceAccountToken:
audience: api://AzureADTokenExchange
expirationSeconds: 3600
path: azure-identity-token
status: {}
---
apiVersion: admissionregistration.k8s.io/v1
Expand Down
Expand Up @@ -4161,6 +4161,7 @@ spec:
- UserAssignedMSI
- ManualServicePrincipal
- ServicePrincipalCertificate
- WorkloadIdentity
type: string
required:
- clientID
Expand Down

0 comments on commit b4c4fb1

Please sign in to comment.