remove double quotes on string

This commit is contained in:
TheRealNoob 2024-06-13 11:04:30 -05:00
parent ae2143fd91
commit 0f27afd63e
No known key found for this signature in database

View file

@ -288,7 +288,7 @@ controller:
# operator: In
# values:
# - 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.
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/