++ force empty nodeselector and tolerations for ugok vault
This commit is contained in:
parent
75cecf0321
commit
bd62e7c153
@ -6,6 +6,22 @@ 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: {}
|
||||
- op: replace
|
||||
path: /spec/template/spec/tolerations
|
||||
value: []
|
||||
values:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
Loading…
Reference in New Issue
Block a user