++ force empty nodeselector and tolerations for ugok vault

This commit is contained in:
Kochetkov S 2026-08-28 13:21:49 +03:00
parent 75cecf0321
commit bd62e7c153

View File

@ -6,6 +6,22 @@ metadata:
spec: spec:
interval: 5m interval: 5m
timeout: 10m 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: {}
- op: replace
path: /spec/template/spec/tolerations
value: []
values: values:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: regcred