Skip to content

Commit

Permalink
Merge pull request #77 from utilitywarehouse/kube-1.21
Browse files Browse the repository at this point in the history
Update manifests to kube 1.21
  • Loading branch information
george-angel authored Apr 16, 2021
2 parents a94b681 + 40f7c09 commit 2364623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/vault-namespace/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
- port: 9410
name: vault-exporter
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: vault
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:
operator: In
values:
- vault
topologyKey: failure-domain.beta.kubernetes.io/zone
topologyKey: topology.kubernetes.io/zone
weight: 100
initContainers:
# Write vault config to file
Expand Down

0 comments on commit 2364623

Please sign in to comment.