Shit, fucked up cluster-issuer

This commit is contained in:
DutchEllie 2022-06-29 16:24:37 +02:00
parent 4017094a66
commit 1358f117b6
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ service:
ingress: ingress:
name: "{{ .Values.name }}" name: "{{ .Values.name }}"
annotations: annotations:
cert-manager.io/cluster-issuer: "letsencrypt-{{ .Values.name }}" cert-manager.io/cluster-issuer: "letsencrypt-prod"
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.baseURL }}" external-dns.alpha.kubernetes.io/hostname: "{{ .Values.baseURL }}"
nginx.ingress.kubernetes.io/configuration-snippet: | nginx.ingress.kubernetes.io/configuration-snippet: |
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz"; add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";

View File

@ -8,7 +8,7 @@ service:
ingress: ingress:
name: "{{ .Values.name }}" name: "{{ .Values.name }}"
annotations: annotations:
cert-manager.io/cluster-issuer: "letsencrypt-{{ .Values.name }}" cert-manager.io/cluster-issuer: "letsencrypt-staging"
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.baseURL }}" external-dns.alpha.kubernetes.io/hostname: "{{ .Values.baseURL }}"
nginx.ingress.kubernetes.io/configuration-snippet: | nginx.ingress.kubernetes.io/configuration-snippet: |
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz"; add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";