We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b896fe commit 1a928e3Copy full SHA for 1a928e3
config/schemas/config.yaml
@@ -74,11 +74,15 @@ properties:
74
scDomain:
75
description: If baseDomain for wc and sc are not the same, set the domain of the sc cluster.
76
type: string
77
- format: hostname
+ oneOf: # Templates do not handle missing values so they must be empty strings to disable. Future FIXME?
78
+ - const: ""
79
+ - format: hostname
80
scOpsDomain:
81
82
83
+ oneOf:
84
85
86
issuer:
87
description: |-
88
Default cert-manager issuer to use for issuing certificates for ingresses.
0 commit comments