Skip to content

Commit 33a7427

Browse files
author
Xin Li
authored
Use label kubernetes.io (#53)
1 parent 6372c1a commit 33a7427

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundle-restricted/manifests/ibm-namespace-scope-operator-restricted.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
requiredDuringSchedulingIgnoredDuringExecution:
7272
nodeSelectorTerms:
7373
- matchExpressions:
74-
- key: beta.kubernetes.io/arch
74+
- key: kubernetes.io/arch
7575
operator: In
7676
values:
7777
- amd64

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
requiredDuringSchedulingIgnoredDuringExecution:
8181
nodeSelectorTerms:
8282
- matchExpressions:
83-
- key: beta.kubernetes.io/arch
83+
- key: kubernetes.io/arch
8484
operator: In
8585
values:
8686
- amd64

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
requiredDuringSchedulingIgnoredDuringExecution:
3636
nodeSelectorTerms:
3737
- matchExpressions:
38-
- key: beta.kubernetes.io/arch
38+
- key: kubernetes.io/arch
3939
operator: In
4040
values:
4141
- amd64

0 commit comments

Comments
 (0)