02da44720c
This commit adds toleration for taint master NoSchedule to different components. This will help us in managing components that gets deployed in kubernetes master nodes Relates-To: #406 Change-Id: I9f3a30be9c4eed65dcdd1c41514abbfd9c384541 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
12 lines
212 B
YAML
12 lines
212 B
YAML
resources:
|
|
- manager.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
images:
|
|
- name: controller
|
|
newName: controller
|
|
newTag: latest
|
|
|
|
patchesStrategicMerge:
|
|
- manager_toleration_patch.yaml
|