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

Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
Co-authored-by: Sergio Garcia <hello@mistercloudsec.com>
This commit is contained in:
Prowler Bot
2025-04-22 16:36:23 +02:00
committed by GitHub
parent 010457ef09
commit 98e3c4a105
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: