fix(argo-cd): Align redis-ha's affinity type to upstream due to warnings (#2270)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
44ddf59864
commit
736b824339
3 changed files with 7 additions and 7 deletions
|
|
@ -1415,7 +1415,7 @@ redis-ha:
|
|||
# -- Additional affinities to add to the haproxy pods.
|
||||
additionalAffinities: {}
|
||||
# -- Assign custom [affinity] rules to the haproxy pods.
|
||||
affinity: {}
|
||||
affinity: |
|
||||
# -- [Tolerations] for use with node taints for haproxy pods.
|
||||
tolerations: []
|
||||
|
||||
|
|
@ -1426,7 +1426,7 @@ redis-ha:
|
|||
additionalAffinities: {}
|
||||
|
||||
# -- Assign custom [affinity] rules to the Redis pods.
|
||||
affinity: {}
|
||||
affinity: |
|
||||
|
||||
# -- [Tolerations] for use with node taints for Redis pods.
|
||||
tolerations: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue