Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-helmfiles
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
137e00cc
authored
2022-09-01 18:55:38 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix http-support reference to .Values.*.enabled.
1 parent
76377756
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
http-support/helmfile.yaml
http-support/helmfile.yaml
View file @
137e00c
...
...
@@ -19,7 +19,7 @@ releases:
-
raw
:
resources
:
{{
- range $redirect_index
,
$redirect
:
= .Values.redirect
}}
{{
- if .Values.istio.enabled
}}
{{
- if
$
.Values.istio.enabled
}}
-
apiVersion
:
networking.istio.io/v1alpha3
kind
:
VirtualService
metadata
:
...
...
@@ -37,7 +37,7 @@ releases:
redirectCode
:
302
authority
:
{{
$redirect.target
}}
{{
- end
}}
{{
- if .Values.gatewayAPI.enabled
}}
{{
- if
$
.Values.gatewayAPI.enabled
}}
-
apiVersion
:
gateway.networking.k8s.io/v1beta1
kind
:
HTTPRoute
metadata
:
...
...
@@ -81,7 +81,7 @@ releases:
}
}
{{
- range $proxy_index
,
$proxy
:
= .Values.proxy
}}
{{
- if .Values.istio.enabled
}}
{{
- if
$
.Values.istio.enabled
}}
-
apiVersion
:
networking.istio.io/v1alpha3
kind
:
VirtualService
metadata
:
...
...
@@ -112,7 +112,7 @@ releases:
x-backend-address
:
{{
$proxy.backend.address
}}
x-backend-scheme
:
{{
$proxy.backend.scheme
}}
{{
- end
}}
{{
- if .Values.gatewayAPI.enabled
}}
{{
- if
$
.Values.gatewayAPI.enabled
}}
-
apiVersion
:
gateway.networking.k8s.io/v1beta1
kind
:
HTTPRoute
metadata
:
...
...
Please
register
or
sign in
to post a comment