Skip to content

Commit

Permalink
l2 select
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 11, 2023
1 parent 279956e commit c2b34a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,5 @@ images:
patchesJson6902:
- target: { group: apps, version: v1, kind: Deployment, name: pgo }
path: selectors.yaml
patch: |-
- op: add
path: /spec/template/spec/nodeSelector
value:
beta.kubernetes.io/arch: amd64
- target: { group: apps, version: v1, kind: Deployment, name: pgo-upgrade }
path: selectors.yaml
patch: |-
- op: add
path: /spec/template/spec/nodeSelector
value:
beta.kubernetes.io/arch: amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
path: /spec/selector/matchLabels/app.kubernetes.io~1name
- op: remove
path: /spec/selector/matchLabels/app.kubernetes.io~1version
- op: add
path: /spec/template/spec/nodeSelector
value:
beta.kubernetes.io/arch: amd64

0 comments on commit c2b34a0

Please sign in to comment.