
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>
8 lines
152 B
YAML
8 lines
152 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- deployment.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- deployment_toleration_patch.yaml
|