replaced SCC condition
This commit is contained in:
parent
944bbb33ad
commit
c14fff77ec
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{{- if and .Values.securityContextConstraints.enabled (empty .Values.controller.existingScc) -}}
|
||||
{{- if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
|
||||
apiVersion: security.openshift.io/v1
|
||||
kind: SecurityContextConstraints
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue