File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22apiVersion : cert-manager.io/v1
33kind : Certificate
44metadata :
5- name : drycc-certificate
5+ name : drycc-auto-tls
66spec :
77 dnsNames :
88 {{- range $app := .Values.apps }}
1212 {{- end }}
1313 issuerRef :
1414 kind : Issuer
15- name : gateway -issuer
15+ name : drycc -issuer
1616 privateKey :
1717 rotationPolicy : Always
18- secretName : gateway -auto-tls
18+ secretName : drycc -auto-tls
1919{{- end }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : drycc-gateway
55 {{- if .Values.global.certManagerEnabled}}
66 annotations :
7- cert-manager.io/issuer : gateway -issuer
7+ cert-manager.io/issuer : drycc -issuer
88 {{- end }}
99spec :
1010 gatewayClassName : {{ .Values.global.gatewayClass }}
3030 certificateRefs :
3131 - group : " "
3232 kind : Secret
33- name : gateway -auto-tls
33+ name : drycc -auto-tls
3434 mode : Terminate
3535 allowedRoutes :
3636 namespaces :
Original file line number Diff line number Diff line change 33apiVersion : v1
44kind : Secret
55metadata :
6- name : gateway -issuer-secret
6+ name : drycc -issuer-secret
77 labels :
88 heritage : drycc
99type : Opaque
Original file line number Diff line number Diff line change 22apiVersion : cert-manager.io/v1
33kind : Issuer
44metadata :
5- name : gateway -issuer
5+ name : drycc -issuer
66spec :
77 acme :
88 # Email address used for ACME registration
@@ -13,12 +13,12 @@ spec:
1313 externalAccountBinding :
1414 keyID : {{ .Values.acme.externalAccountBinding.keyID }}
1515 keySecretRef :
16- name : gateway -issuer-secret
16+ name : drycc -issuer-secret
1717 key : secret
1818 {{ end }}
1919 # Name of a secret used to store the ACME account private key
2020 privateKeySecretRef :
21- name : gateway -issuer
21+ name : drycc -issuer
2222 # Enable HTTP01 validations
2323 # http01: {}
2424 solvers :
You can’t perform that action at this time.
0 commit comments