Skip to content

Commit 5eb8b65

Browse files
committed
use this cert temp
1 parent 5334327 commit 5eb8b65

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

kubernetes/core/gateway-api/resources/kustomization.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4+
- certificate.yml
45
- private-class.yml
56
- public-class.yml
67
- redirect-route.yml

kubernetes/core/nginx-ext-ingress/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
rollingUpdate:
2323
maxSurge: 1
2424
extraArgs:
25-
default-ssl-certificate: "security/main-cert"
25+
default-ssl-certificate: "kube-system/chkpwd-com-tls"
2626
allowSnippetAnnotations: true
2727
enableAnnotationValidations: true
2828
service:

kubernetes/core/nginx-int-ingress/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
rollingUpdate:
2323
maxSurge: 1
2424
extraArgs:
25-
default-ssl-certificate: "security/main-cert"
25+
default-ssl-certificate: "kube-system/chkpwd-com-tls"
2626
allowSnippetAnnotations: true
2727
enableAnnotationValidations: true
2828
service:

0 commit comments

Comments
 (0)