Skip to content

Commit 26f30a7

Browse files
committed
Uncomment annotations fields as requested
1 parent 7fb2fe9 commit 26f30a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helm-charts/doris/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dorisCluster:
4545

4646
feSpec:
4747
# annotations for fe pods and service
48-
# annotations: {}
48+
annotations: {}
4949
replicas: 3
5050
# electionNumber represents `FOLLOWER` number, replicas - electionNumber as `OBSERVER`
5151
# electionNumber: 3
@@ -213,7 +213,7 @@ feSpec:
213213

214214
beSpec:
215215
# annotations for be pods and service
216-
# annotations: {}
216+
annotations: {}
217217
replicas: 3
218218
# the pod labels for user select or classify pods.
219219
labels: {}
@@ -380,7 +380,7 @@ beSpec:
380380

381381
cnSpec:
382382
# annotations for cn pods and service
383-
# annotations: {}
383+
annotations: {}
384384
replicas: 3
385385
# the pod labels for user select or classify pods.
386386
labels: {}
@@ -563,7 +563,7 @@ cnSpec:
563563

564564
brokerSpec:
565565
# annotations for broker pods and service
566-
# annotations: {}
566+
annotations: {}
567567
replicas: 3
568568
# the pod labels for user select or classify pods.
569569
labels: {}

0 commit comments

Comments
 (0)