Skip to content

Commit

Permalink
Fix the command to helm test pod
Browse files Browse the repository at this point in the history
Co-authored-by: VyacheslavSemin <vyacheslav.semin@onlyoffice.com>
Co-committed-by: VyacheslavSemin <vyacheslav.semin@onlyoffice.com>
  • Loading branch information
VyacheslavSemin committed Nov 14, 2024
1 parent 6e9f186 commit a361bf1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/tests/test-ds-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ spec:
- name: test-ds
mountPath: /scripts/test_ds.py
subPath: test_ds.py
{{- if .Values.webProxy.enabled }}
command: ['http_proxy={{ .Values.webProxy.http }}', 'https_proxy={{ .Values.webProxy.https }}', 'no_proxy={{ .Values.webProxy.noProxy }}', 'python', '/scripts/test_ds.py']
{{- else }}
command: ['python', '/scripts/test_ds.py']
{{- end }}
volumes:
{{- if not .Values.persistence.storageS3 }}
- name: ds-files
Expand Down

0 comments on commit a361bf1

Please sign in to comment.