UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Core
istio-controlplane
Commits
3f2f0720
Commit
3f2f0720
authored
Jul 13, 2021
by
michaelmcleroy
Browse files
feat: added deprecation error
parent
2befdb23
Pipeline
#363730
passed with stages
in 1 minute and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
chart/templates/controlplane.yaml
chart/templates/controlplane.yaml
+3
-0
chart/templates/gateway.yaml
chart/templates/gateway.yaml
+4
-0
No files found.
chart/templates/controlplane.yaml
View file @
3f2f0720
...
...
@@ -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
}}
...
...
chart/templates/gateway.yaml
View file @
3f2f0720
{{
- 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment