File tree Expand file tree Collapse file tree
charts/coco-supported/kbs-cert-setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ apiVersion : v2
2+ name : kbs-cert-setup
3+ description : A Helm chart to setup self-signed certificate for KBS
4+ type : application
5+ version : 0.1.0
6+ appVersion : " 1.0.0"
7+
Original file line number Diff line number Diff line change 1+ apiVersion : cert-manager.io/v1
2+ kind : Certificate
3+ metadata :
4+ name : kbs-certificate
5+ namespace : imperative
6+ annotations :
7+ argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true
8+ spec :
9+ secretName : kbs-tls-self-signed
10+ duration : 8760h # 1 year
11+ renewBefore : 720h # 30 days
12+ commonName : kbs-trustee-operator-system.{{ .Values.global.hubClusterDomain }}
13+ dnsNames :
14+ - kbs-trustee-operator-system.{{ .Values.global.hubClusterDomain }}
15+ issuerRef :
16+ name : kbs-self-signed-issuer
17+ kind : Issuer
18+
Original file line number Diff line number Diff line change 1+ apiVersion : cert-manager.io/v1
2+ kind : Issuer
3+ metadata :
4+ name : kbs-self-signed-issuer
5+ namespace : imperative
6+ annotations :
7+ argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true
8+ spec :
9+ selfSigned : {}
10+
Original file line number Diff line number Diff line change 1+ global :
2+ hubClusterDomain : example.com
3+
You can’t perform that action at this time.
0 commit comments