Skip to content
Snippets Groups Projects
Verified Commit 4a3dc3d7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrade): fix kustomization patch

parent 243590b3
Branches
Tags
No related merge requests found
...@@ -7,11 +7,8 @@ resources: ...@@ -7,11 +7,8 @@ resources:
patches: patches:
- patch: | - patch: |
- op: replace - op: replace
path: /spec/template/spec/affinity/nodeAffinity/requiredDuringSchedulingIgnoredDuringExecution/nodeSelectorTerms/0/ path: /spec/template/spec/affinity/nodeAffinity/requiredDuringSchedulingIgnoredDuringExecution/nodeSelectorTerms/0/matchExpressions/0/key
value: value: node-role.kubernetes.io/control-plane
matchExpressions:
- {key: "node-role.kubernetes.io/control-plane", operator: Exists}
target: target:
kind: Deployment kind: Deployment
name: system-upgrade-controller name: system-upgrade-controller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment