validate.yaml 282 B

1234
  1. {{- if and .Values.ingress.enabled .Values.gateway.enabled }}
  2. {{- fail "The 'top level' ingress and gateway service shouldn't both be enabled. If you'd like to use the gateway service, there's an ingress configuration under it. See values.yaml for further details" -}}
  3. {{- end }}