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
856374cc
authored
2023-01-17 19:19:17 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Set the namespace/name values for the istio/gateway chart.
1 parent
b16421be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
istio-gateway/helmfile.yaml
istio-gateway/helmfile.yaml
View file @
856374c
...
...
@@ -20,7 +20,9 @@ releases:
alias
:
gateway
version
:
{{
$.Values.version.istio
}}
values
:
-
gateway
:
{}
-
gateway
:
namespace
:
istio-ingress
name
:
{{
.Values.name
}}
resources
:
-
apiVersion
:
v1
kind
:
ConfigMap
...
...
Please
register
or
sign in
to post a comment