1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

handle beta and ga arch label

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
This commit is contained in:
Jon Stelly 2020-06-04 08:33:05 -05:00
parent 3593207d99
commit babbe47e26

View File

@ -28,6 +28,11 @@ spec:
operator: In
values:
- linux
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
- matchExpressions:
- key: beta.kubernetes.io/arch
operator: In