nodeselector pathces
This commit is contained in:
@@ -13,3 +13,6 @@ patches:
|
||||
- path: patches/argocd-cmd-params-cm-patch.yaml
|
||||
- path: patches/argocd-server-service.yaml
|
||||
- path: patches/argocd-cm-patch.yaml
|
||||
- path: patches/nodeselector.yaml
|
||||
target:
|
||||
kind: (StatefulSet|Deployment|Job)
|
||||
|
||||
9
infrastructure/02-argocd/patches/nodeselector.yaml
Normal file
9
infrastructure/02-argocd/patches/nodeselector.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: apps/v1
|
||||
kind: not-important
|
||||
metadata:
|
||||
name: not-important
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
nodeSelector:
|
||||
region: local
|
||||
Reference in New Issue
Block a user