Skip to content

Commit ae0d098

Browse files
author
Peng Zhou
committed
update the Helm CRD
1 parent 24bcf38 commit ae0d098

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

charts/marklogic-operator-kubernetes/templates/marklogiccluster-crd.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7965,6 +7965,10 @@ spec:
79657965
x-kubernetes-list-type: atomic
79667966
type: object
79677967
type: object
7968+
annotations:
7969+
additionalProperties:
7970+
type: string
7971+
type: object
79687972
groupConfig:
79697973
default:
79707974
enableXdqpSsl: true
@@ -9331,6 +9335,10 @@ spec:
93319335
isBootstrap:
93329336
default: false
93339337
type: boolean
9338+
labels:
9339+
additionalProperties:
9340+
type: string
9341+
type: object
93349342
logCollection:
93359343
properties:
93369344
enabled:

charts/marklogic-operator-kubernetes/templates/marklogicgroup-crd.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3243,6 +3243,10 @@ spec:
32433243
x-kubernetes-list-type: atomic
32443244
type: object
32453245
type: object
3246+
annotations:
3247+
additionalProperties:
3248+
type: string
3249+
type: object
32463250
auth:
32473251
properties:
32483252
adminPassword:
@@ -3310,6 +3314,10 @@ spec:
33103314
type: object
33113315
x-kubernetes-map-type: atomic
33123316
type: array
3317+
labels:
3318+
additionalProperties:
3319+
type: string
3320+
type: object
33133321
license:
33143322
properties:
33153323
key:

0 commit comments

Comments
 (0)