++ force empty nodeselector and tolerations for ugok vault
This commit is contained in:
parent
75cecf0321
commit
bd62e7c153
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user