diff --git a/pkg/helm/templates/deployment.yaml b/pkg/helm/templates/deployment.yaml index 017094f23e5..85511579561 100644 --- a/pkg/helm/templates/deployment.yaml +++ b/pkg/helm/templates/deployment.yaml @@ -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 diff --git a/pkg/helm/values.yaml b/pkg/helm/values.yaml index cf9aaf3c137..87384148048 100644 --- a/pkg/helm/values.yaml +++ b/pkg/helm/values.yaml @@ -153,5 +153,5 @@ containerSecurityContext: appArmorProfile: type: RuntimeDefault windowsOptions: - hostProcess: false +