remove double quotes on string
This commit is contained in:
parent
ae2143fd91
commit
0f27afd63e
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ controller:
|
||||||
# operator: In
|
# operator: In
|
||||||
# values:
|
# values:
|
||||||
# - controller
|
# - controller
|
||||||
# topologyKey: "kubernetes.io/hostname"
|
# topologyKey: kubernetes.io/hostname
|
||||||
|
|
||||||
# -- Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in.
|
# -- Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in.
|
||||||
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||||
|
|
Loading…
Reference in a new issue