File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ properties:
2929 - ck8sFlavor
3030 - baseDomain
3131 - opsDomain
32+ - scDomain
33+ - scOpsDomain
3234 properties :
3335 ck8sVersion :
3436 title : Compliantkubernetes-apps version
@@ -74,11 +76,15 @@ properties:
7476 scDomain :
7577 description : If baseDomain for wc and sc are not the same, set the domain of the sc cluster.
7678 type : string
77- format : hostname
79+ oneOf : # Templates do not handle missing values so they must be empty strings to disable. Future FIXME?
80+ - const : " "
81+ - format : hostname
7882 scOpsDomain :
7983 description : If baseDomain for wc and sc are not the same, set the domain of the sc cluster.
8084 type : string
81- format : hostname
85+ oneOf :
86+ - const : " "
87+ - format : hostname
8288 issuer :
8389 description : |-
8490 Default cert-manager issuer to use for issuing certificates for ingresses.
You can’t perform that action at this time.
0 commit comments