UNCLASSIFIED

Commit 3f2f0720 authored by michaelmcleroy's avatar michaelmcleroy
Browse files

feat: added deprecation error

parent 2befdb23
Pipeline #363730 passed with stages
in 1 minute and 41 seconds
......@@ -54,6 +54,9 @@ spec:
{{- end }}
{{- end }}
ingressGateways:
{{- if .Values.ingressgateway }}
{{- required "`ingressgateway` value has been deprecated. Please use the new format in the `ingressGateways` value." "" }}
{{- end }}
{{- range $name, $values := .Values.ingressGateways }}
- name: {{ $name }}
namespace: {{ $.Release.Namespace }}
......
{{- if .Values.gateway }}
{{- required "`gateway` value has been deprecated. Please use the new format in the `gateways` value." "" }}
{{- end }}
{{- range $name, $values := .Values.gateways }}
---
apiVersion: networking.istio.io/v1beta1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment