missing enabled checks for injector-network-policy (#358)
This commit is contained in:
parent
0c28645748
commit
f965826a66
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{{- if .Values.global.openshift }}
|
||||
{{- if and (eq (.Values.injector.enabled | toString) "true" ) (and (eq (.Values.global.enabled | toString) "true") (eq (.Values.global.openshift | toString) "true") ) }}
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue