~Hello everyone I want to add CUSTOM_CHECK_CONTROL...
# neuvector-security
a
~Hello everyone I want to add CUSTOM_CHECK_CONTROL: strict env to controller and enforcer pod by using helm chart but it return this error ERROR ----------------------------------- W0521 155427.706614 86894 warnings.go:70] unknown field "spec.template.spec.containers[0].env[3].CUSTOM_CHECK_CONTROL" W0521 155427.748599 86894 warnings.go:70] unknown field "spec.template.spec.containers[0].env[6].CUSTOM_CHECK_CONTROL" Error: INSTALLATION FAILED: 2 errors occurred: * DaemonSet.apps "neuvector-enforcer-pod" is invalid: spec.template.spec.containers[0].env[3].name: Required value * Deployment.apps "neuvector-controller-pod" is invalid: spec.template.spec.containers[0].env[6].name: Required valu ------------------------------------ VAlues.yml -------------------------- enforcer: enabled: true image: repository: neuvector/enforcer hash: env: [CUSTOM_CHECK_CONTROL: loose] controller: # If false, controller will not be installed enabled: true image: repository: neuvector/controller hash: replicas: 3 affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 podAffinityTerm: labelSelector: matchExpressions: - key: app operator: In values: - neuvector-controller-pod topologyKey: "kubernetes.io/hostname" env: [ CUSTOM_CHECK_CONTROL: loose ] ranchersso: # required for rancher authentication enabled: true~