We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8912e13 commit bb83878Copy full SHA for bb83878
1 file changed
deploy/helm/opensearch-operator/crds/crds.yaml
@@ -41,6 +41,7 @@ spec:
41
maxLength: 253
42
minLength: 1
43
nullable: true
44
+ pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'
45
type: string
46
type: object
47
clusterOperation:
@@ -191,6 +192,7 @@ spec:
191
192
193
194
195
196
197
logging:
198
default:
@@ -539,6 +541,7 @@ spec:
539
541
540
542
543
544
545
546
547
0 commit comments