diff --git a/.github/workflows/trainer_test.yaml b/.github/workflows/trainer_test.yaml index 0f836cde39..efb15f69db 100644 --- a/.github/workflows/trainer_test.yaml +++ b/.github/workflows/trainer_test.yaml @@ -4,7 +4,7 @@ on: paths: - tests/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/trainer_test.yaml - - applications/trainer/upstream/** + - applications/trainer/** - tests/trainer* - tests/istio* - tests/oauth2-proxy_install.sh diff --git a/applications/trainer/overlays/kustomization.yaml b/applications/trainer/overlays/kustomization.yaml index cf08f34456..42fec8d333 100644 --- a/applications/trainer/overlays/kustomization.yaml +++ b/applications/trainer/overlays/kustomization.yaml @@ -22,10 +22,7 @@ patches: metadata: annotations: traffic.sidecar.istio.io/excludeInboundPorts: "9443" - spec: - securityContext: - seccompProfile: - type: RuntimeDefault + - target: group: apps version: v1 @@ -42,7 +39,3 @@ patches: metadata: annotations: traffic.sidecar.istio.io/excludeInboundPorts: "9443" - spec: - securityContext: - seccompProfile: - type: RuntimeDefault