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
e8cd6a00
authored
2022-09-01 16:28:46 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Allow the issuerRef to be changed for base and sub certificates.
1 parent
988a25ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
gateway-api-gateway/environments/default-values.yaml
gateway-api-gateway/helmfile.yaml
gateway-api-gateway/environments/default-values.yaml
View file @
e8cd6a0
...
...
@@ -2,12 +2,14 @@ name: test
namespace
:
default
gatewayClassName
:
istio
base
:
issuerRef
:
letsencrypt-staging
secretTemplate
:
labels
:
"
app.backup.cert-manager.brainfood.com"
:
"
foo-app"
"
backup.cert-manager.brainfood.com"
:
"
true"
domain
:
app.local
sub
:
issuerRef
:
letsencrypt-staging
secretTemplate
:
labels
:
"
app.backup.cert-manager.brainfood.com"
:
"
foo-app"
...
...
gateway-api-gateway/helmfile.yaml
View file @
e8cd6a0
...
...
@@ -83,7 +83,7 @@ releases:
name
:
{{
.Values.name
}}
-exact-cert
spec
:
issuerRef
:
name
:
{{
.Values.name
}}
-
letsencrypt-staging
name
:
{{
.Values.name
}}
-
{{ .Values.base.issuerRef }}
secretName
:
{{
.Values.name
}}
-exact-cert
secretTemplate
:
{{
.Values.base.secretTemplate | toYaml | nindent 12
}}
-
apiVersion
:
cert-manager.io/v1
...
...
@@ -93,7 +93,7 @@ releases:
name
:
{{
.Values.name
}}
-subs-cert
spec
:
issuerRef
:
name
:
{{
.Values.name
}}
-
letsencrypt-staging
name
:
{{
.Values.name
}}
-
{{ .Values.base.issuerRef }}
secretName
:
{{
.Values.name
}}
-subs-cert
secretTemplate
:
{{
.Values.sub.secretTemplate | toYaml | nindent 12
}}
-
apiVersion
:
cert-manager.io/v1
...
...
Please
register
or
sign in
to post a comment