Skip to content

Commit

Permalink
⚡️ :: namespace values로 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Aug 27, 2023
1 parent 7a92f1d commit e23c480
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/xquare-certificate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
type: application
name: xquare-certificate
version: 1.0.2
version: 1.0.3
appVersion: "1.0.0"
description: Xquare certificate for tls
2 changes: 1 addition & 1 deletion charts/xquare-certificate/templates/xquare-cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ .name }}
namespace: istio-system
namespace: {{ .namespace }}
spec:
isCA: true
duration: 87600h # 10 years
Expand Down
3 changes: 3 additions & 0 deletions charts/xquare-certificate/values.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
certificates:
- name: xquare-cert
commonName: xquare.app
namespace: istio-system
dnsNames:
- '*.xquare.app'
- 'xquare.app'
- name: pick-cert
commonName: dsm-pick.com
namespace: istio-system
dnsNames:
- '*.dsm-pick.com'
- 'dsm-pick.com'
- name: repo-cert
commoNname: dsm-repo.com
namespace: istio-system
dnsNames:
- '*.dsm-repo.com'
- 'dsm-repo.com'

0 comments on commit e23c480

Please sign in to comment.