Skip to content

Commit

Permalink
build: update deployment template azure workload identity annotation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
akashsinghal authored Mar 7, 2024
1 parent 71df5dd commit 04b8cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ratify/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
metadata:
labels:
{{- include "ratify.selectorLabels" . | nindent 8 }}
{{- if .Values.oras.authProviders.azureWorkloadIdentityEnabled }}
{{- if ne .Values.azureWorkloadIdentity.clientId "" }}
azure.workload.identity/use: "true"
{{- end }}
annotations:
Expand Down

0 comments on commit 04b8cb8

Please sign in to comment.