Skip to content

Commit

Permalink
fix secretName
Browse files Browse the repository at this point in the history
  • Loading branch information
robj committed Oct 19, 2023
1 parent d49e08d commit f34cb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cicd/manifests/ingress-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
tls:
- hosts:
- cn.{{.Values.ingressDomainName}}
secretName: vn.{{.Values.appName}}-{{.Values.envName}}-tls
secretName: cn.{{.Values.appName}}-{{.Values.envName}}-tls
rules:
- host: cn.{{.Values.ingressDomainName}}
http:
Expand Down

0 comments on commit f34cb75

Please sign in to comment.