fix(k8s): Remove command as it is not needed (#7570)

This commit is contained in:
Pepe Fagoaga
2025-04-22 19:18:40 +05:45
committed by GitHub
parent bb527024d9
commit 2ebf217bb0
2 changed files with 0 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ spec:
containers:
- name: prowler
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
command: ["prowler"]
args: ["kubernetes", "-z", "-b"]
imagePullPolicy: {{ .Values.image.pullPolicy }}
volumeMounts:

View File

@@ -13,7 +13,6 @@ spec:
containers:
- name: prowler
image: toniblyx/prowler:stable
command: ["prowler"]
args: ["kubernetes", "-z"]
imagePullPolicy: Always
volumeMounts: