We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8df1a commit 56040aaCopy full SHA for 56040aa
pkg/helm/templates/deployment.yaml
@@ -205,7 +205,7 @@ spec:
205
image: {{ template "pgadmin4.image" . }}
206
imagePullPolicy: {{ .Values.image.pullPolicy }}
207
command: ["sh", "-x", "-c"]
208
- 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']
209
workingDir: /emptyDir
210
volumeMounts:
211
- name: empty-dir
pkg/helm/values.yaml
@@ -153,5 +153,5 @@ containerSecurityContext:
153
appArmorProfile:
154
type: RuntimeDefault
155
windowsOptions:
156
-
157
hostProcess: false
+
0 commit comments