12 lines
196 B
YAML
12 lines
196 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1alpha1
|
|
kind: Component
|
|
|
|
patches:
|
|
- path: nodeselector.yaml
|
|
target:
|
|
kind: (StatefulSet|Deployment|Job)
|
|
- path: podselector.yaml
|
|
target:
|
|
kind: Pod
|