Skip to content

Commit

Permalink
Fix advanced TidbCluster example (#5744)
Browse files Browse the repository at this point in the history
Co-authored-by: kos-team <kubernetes.operator.study@gmail.com>
  • Loading branch information
ti-chi-bot and kos-team authored Sep 24, 2024
1 parent 5cfe52c commit 78fc561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/advanced/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ spec:
# app.kubernetes.io/component: pump
# annotations:
# node.kubernetes.io/instance-type: some-vm-type
# tolerations: {}
# tolerations: []
# configUpdateStrategy: RollingUpdate
# statefulSetUpdateStrategy: RollingUpdate
# podSecurityContext: {}
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
# app.kubernetes.io/component: ticdc
# annotations:
# node.kubernetes.io/instance-type: some-vm-type
# tolerations: {}
# tolerations: []
# configUpdateStrategy: RollingUpdate
# statefulSetUpdateStrategy: RollingUpdate
# podSecurityContext: {}
Expand Down Expand Up @@ -918,7 +918,7 @@ spec:
# app.kubernetes.io/component: tiflash
# annotations:
# node.kubernetes.io/instance-type: some-vm-type
# tolerations: {}
# tolerations: []
# configUpdateStrategy: RollingUpdate
# statefulSetUpdateStrategy: RollingUpdate
# podSecurityContext: {}
Expand Down Expand Up @@ -970,7 +970,7 @@ spec:
# # configure the configuration file for TiFlash Proxy process
# proxy: |
# [security]
# cert-allowed-cn = "CNNAME"
# cert-allowed-cn = ["CNNAME"]
# # TopologySpreadConstraints for pod scheduling, will overwrite the cluster level spread constraints setting
# # Ref: pkg/apis/pingcap/v1alpha1/types.go#TopologySpreadConstraint
# topologySpreadConstraints:
Expand Down

0 comments on commit 78fc561

Please sign in to comment.