Skip to content

Commit

Permalink
Use non-deprecated topology keys (#127)
Browse files Browse the repository at this point in the history
failure-domain.beta.kubernetes.io/zone is deprecated from 1.17

Signed-off-by: Rafa Porres Molina <[email protected]>
  • Loading branch information
rporres authored Jan 24, 2022
1 parent 8efd831 commit 9357c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/app-interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ objects:
operator: In
values:
- app-interface
topologyKey: failure-domain.beta.kubernetes.io/zone
topologyKey: topology.kubernetes.io/zone
weight: 100
containers:
- image: ${IMAGE_GATE}:${IMAGE_GATE_TAG}
Expand Down

0 comments on commit 9357c7e

Please sign in to comment.