We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9039080 commit fbbc12aCopy full SHA for fbbc12a
pkg/helm/templates/deployment.yaml
@@ -140,7 +140,7 @@ spec:
140
mountPath: /pgadmin4/config_distro.py
141
subPath: config_distro.py
142
- name: empty-dir
143
- mountPath: /usr/bin/python3
+ mountPath: /usr/local/bin/python3
144
subPath: python3
145
146
mountPath: /tmp
@@ -214,7 +214,7 @@ spec:
214
image: {{ template "pgadmin4.image" . }}
215
imagePullPolicy: {{ .Values.image.pullPolicy }}
216
command: ["sh", "-x", "-c"]
217
- args: ['ls /usr/bin/python3.* | sort -V -r | head -n 1 | xargs -i cp {} python3']
+ args: ['ls /venv/bin/python3.* | sort -V -r | head -n 1 | xargs -i cp {} python3']
218
workingDir: /emptyDir
219
volumeMounts:
220
0 commit comments