Skip to content

Commit

Permalink
Add patch for dns zone in issuers
Browse files Browse the repository at this point in the history
Signed-off-by: tssala23 <[email protected]>
  • Loading branch information
tssala23 committed Nov 26, 2024
1 parent 14e8134 commit 28fe479
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cluster-scope/overlays/albany/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ patches:
- op: replace
path: /spec/servingCerts/namedCertificates/0/names/0
value: api.albany.nerc.mghpcc.org
- target:
kind: Issuer
name: letsencrypt-.*-dns01
patch: |
- op: replace
path: /spec/acme/solvers/0/selector/dnsZones
value:
- albany.nerc.mghpcc.org

0 comments on commit 28fe479

Please sign in to comment.