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
b9e5178e
authored
2023-01-16 17:57:51 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Only enable cert-manager/gatewayAPI is it is enabled.
1 parent
8b9c84b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
cert-manager/helmfile.yaml
cert-manager/helmfile.yaml
View file @
b9e5178
...
...
@@ -27,8 +27,10 @@ releases:
namespace
:
cert-manager
values
:
-
installCRDs
:
true
{{
- if .Values | get "gatewayAPI" false
}}
extraArgs
:
-
"
--feature-gates=ExperimentalGatewayAPISupport=true"
{{
- end
}}
-
name
:
cluster-issuer
chart
:
charts/cluster-issuer
...
...
Please
register
or
sign in
to post a comment