Merge pull request #917 from 3dwardch3ng/misc
fix arch conflicts for snippet box, gitea and sonaqube
This commit is contained in:
@@ -32,3 +32,5 @@ spec:
|
||||
hostPath:
|
||||
path: /mnt/nfs/AppData/snippet-box
|
||||
type: Directory
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
|
||||
@@ -27,8 +27,12 @@ spec:
|
||||
- key: kubernetes.io/arch
|
||||
operator: In
|
||||
values:
|
||||
- arm64
|
||||
- amd64
|
||||
- key: kubernetes.io/os
|
||||
operator: In
|
||||
values:
|
||||
- linux
|
||||
- linux
|
||||
- key: kubernetes.io/hostname
|
||||
operator: In
|
||||
values:
|
||||
- k3s-cluster-node-y
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
- key: kubernetes.io/arch
|
||||
operator: In
|
||||
values:
|
||||
- arm64
|
||||
- amd64
|
||||
- key: kubernetes.io/os
|
||||
operator: In
|
||||
values:
|
||||
|
||||
Reference in New Issue
Block a user