Skip to content

Commit

Permalink
Merge pull request #37 from PaloAltoNetworks/bugfix_indentation_error
Browse files Browse the repository at this point in the history
namespace: fix indentation problem
  • Loading branch information
ranberant committed Mar 11, 2024
2 parents 1c2f5f7 + 8a04c01 commit ef298de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cortex-agent/templates/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged
pod-security.kubernetes.io/audit: privileged
{{- if .Values.serviceAccount.openshift.scc.create -}}
{{- if .Values.serviceAccount.openshift.scc.create }}
security.openshift.io/scc.podSecurityLabelSync: "false"
{{- end }}
{{- end }}

0 comments on commit ef298de

Please sign in to comment.