Skip to content

Commit ef298de

Browse files
authored
Merge pull request #37 from PaloAltoNetworks/bugfix_indentation_error
namespace: fix indentation problem
2 parents 1c2f5f7 + 8a04c01 commit ef298de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cortex-agent/templates/namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
pod-security.kubernetes.io/enforce: privileged
88
pod-security.kubernetes.io/warn: privileged
99
pod-security.kubernetes.io/audit: privileged
10-
{{- if .Values.serviceAccount.openshift.scc.create -}}
10+
{{- if .Values.serviceAccount.openshift.scc.create }}
1111
security.openshift.io/scc.podSecurityLabelSync: "false"
1212
{{- end }}
1313
{{- end }}

0 commit comments

Comments
 (0)