Skip to content

Commit

Permalink
Merge pull request #275 from Karthik-K-N/add-ppc64le
Browse files Browse the repository at this point in the history
✨ Allow running operator on ppc64le arch
  • Loading branch information
k8s-ci-robot authored Oct 11, 2023
2 parents 598e077 + f0447d8 commit 31a3c6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
values:
- amd64
- arm64
- ppc64le
- key: kubernetes.io/os
operator: In
values:
Expand Down
1 change: 1 addition & 0 deletions hack/charts/cluster-api-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ affinity:
values:
- amd64
- arm64
- ppc64le
- key: kubernetes.io/os
operator: In
values:
Expand Down
1 change: 1 addition & 0 deletions test/e2e/resources/full-chart-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14177,6 +14177,7 @@ spec:
values:
- amd64
- arm64
- ppc64le
- key: kubernetes.io/os
operator: In
values:
Expand Down

0 comments on commit 31a3c6b

Please sign in to comment.