We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bc23b commit 9dfd47fCopy full SHA for 9dfd47f
deploy/templates/serviceaccount.yaml
@@ -7,7 +7,7 @@ metadata:
7
{{ include "az-appconfig-k8s-provider.labels" . | nindent 4 }}
8
annotations:
9
{{- if .Values.serviceAccount.annotations }}
10
- {{ toYaml .Values.serviceAccount.annotations . | nindent 4 }}
+ {{ toYaml .Values.serviceAccount.annotations | nindent 4 }}
11
{{- end }}
12
{{- if and (.Values.workloadIdentity.enabled) (.Values.workloadIdentity.globalServiceAccountEnabled) }}
13
azure.workload.identity/client-id: ""
version.json
@@ -1,3 +1,3 @@
1
{
2
- "version":"2.2.2"
+ "version":"2.2.3"
3
}
0 commit comments