diff --git a/clusters/wb/infrastructure/patches/vault.yaml b/clusters/wb/infrastructure/patches/vault.yaml index bbf62a3..17cc7a1 100644 --- a/clusters/wb/infrastructure/patches/vault.yaml +++ b/clusters/wb/infrastructure/patches/vault.yaml @@ -6,9 +6,33 @@ metadata: spec: interval: 5m timeout: 10m + postRenderers: + - kustomize: + patches: + - target: + group: apps + version: v1 + kind: StatefulSet + namespace: vault + name: vault-vault-contour + patch: |- + - op: replace + path: /spec/template/spec/nodeSelector + value: + type: generic + - op: replace + path: /spec/template/spec/tolerations + value: [] values: imagePullSecrets: - name: regcred + injector: + nodeSelector: + type: generic + tolerations: [] server: + nodeSelector: + type: generic + tolerations: [] dataStorage: storageClass: local-path