Skip to content
Snippets Groups Projects

Resolve "Increase readability of Proxy URLs"

Merged Dominik Hebeler requested to merge 22-increase-readability-of-proxy-urls into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -116,7 +116,7 @@ spec:
- name: {{ .Chart.Name }}-worker
image: {{ template "imagename" . }}
command: ["su"]
args: ["-s", "/bin/sh", "-c", "php artisan requests:fetcher", "nginx"]
args: ["-s", "/bin/sh", "-c", "if [ -f $ENV_FILE ]; then cp $ENV_FILE .; fi && php artisan requests:fetcher", "nginx"]
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.application.secretName }}
envFrom:
Loading