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
c2b0d966
authored
2022-08-15 14:20:22 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Patch the proper acme.email location.
1 parent
97764db0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
cert-manager/helmfile.yaml
cert-manager/helmfile.yaml
View file @
c2b0d96
...
...
@@ -64,7 +64,8 @@ releases:
name
:
letsencrypt-staging
{{
- if .Values.clusterIssuer.letsencrypt.enabled
}}
spec
:
email
:
{{
.Values.clusterIssuer.letsencrypt.email
}}
acme
:
email
:
{{
.Values.clusterIssuer.letsencrypt.email
}}
{{
- else
}}
$patch
:
delete
{{
- end
}}
...
...
@@ -75,7 +76,8 @@ releases:
name
:
letsencrypt-production
{{
- if .Values.clusterIssuer.letsencrypt.enabled
}}
spec
:
email
:
{{
.Values.clusterIssuer.letsencrypt.email
}}
acme
:
email
:
{{
.Values.clusterIssuer.letsencrypt.email
}}
{{
- else
}}
$patch
:
delete
{{
- end
}}
...
...
Please
register
or
sign in
to post a comment