Skip to content

Commit

Permalink
Fix arch selector in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslav-fedor-swi committed Oct 29, 2024
1 parent d300c14 commit 95aad6b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Deployment spec should match snapshot when ebpfNetworkMonitoring is enabled:
imagePullPolicy: IfNotPresent
name: wait-for-reducer
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
securityContext: {}
serviceAccountName: RELEASE-NAME-swo-k8s-collector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ DaemonSet spec should match snapshot when ebpfNetworkMonitoring is enabled:
imagePullPolicy: IfNotPresent
name: wait-for-reducer
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
securityContext:
fsGroup: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ Deployment spec should match snapshot when ebpfNetworkMonitoring is enabled:
imagePullPolicy: IfNotPresent
name: wait-for-metrics-collector
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
volumes: null

0 comments on commit 95aad6b

Please sign in to comment.