Use -i instead of -I in the helm deployment YAML for best minimal practice.

This commit is contained in:
Koren Peretz
2025-12-01 16:27:46 +05:30
committed by GitHub
parent 9c8df1ad3b
commit 56040aa116
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ spec:
image: {{ template "pgadmin4.image" . }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["sh", "-x", "-c"]
args: ['ls /usr/bin/python3.* | sort -V -r | head -n 1 | xargs -I {} cp {} python3']
args: ['ls /usr/bin/python3.* | sort -V -r | head -n 1 | xargs -i cp {} python3']
workingDir: /emptyDir
volumeMounts:
- name: empty-dir
+1 -1
View File
@@ -153,5 +153,5 @@ containerSecurityContext:
appArmorProfile:
type: RuntimeDefault
windowsOptions:
hostProcess: false