Skip to content

Commit

Permalink
Fix missing space.
Browse files Browse the repository at this point in the history
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
  • Loading branch information
v-shenoy committed Apr 26, 2022
1 parent 8f64ca2 commit 3cd662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/01-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- include "keda.labels" . | indent 4 }}
{{- if or .Values.podIdentity.azureWorkload.enabled .Values.serviceAccount.annotations }}
annotations:
{{-if .Values.podIdentity.azureWorkload.enabled }}
{{- if .Values.podIdentity.azureWorkload.enabled }}
azure.workload.identity/client-id: {{ .Values.podIdentity.azureWorkload.clientId }}
azure.workload.identity/tenant-id: {{ .Values.podIdentity.azureWorkload.tenantId }}
azure.workload.identity/service-account-token-expiration: {{ .Values.podIdentity.azureWorkload.tokenExpiration }}
Expand Down

0 comments on commit 3cd662a

Please sign in to comment.