Skip to content

Commit

Permalink
Fixed bug in dev-sample chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 24, 2024
1 parent b8fe7d2 commit df49bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/env-debug/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: workload-identity-sa
{{- if .Values.azure.enabled -}}
{{- if .Values.azure.enabled -}}
annotations:
azure.workload.identity/client-id: {{ .Values.azure.clientId }}
azure.workload.identity/tenant-id: {{ .Values.azure.tenantId }}
Expand Down

0 comments on commit df49bf4

Please sign in to comment.