Skip to content

Commit

Permalink
dang operators
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 10, 2023
1 parent 81009b5 commit 59fc721
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,15 @@ 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

0 comments on commit 59fc721

Please sign in to comment.