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 b747427 commit 04ded41Copy full SHA for 04ded41
.diploi/helm/app.yaml
@@ -39,7 +39,7 @@ spec:
39
image: {{ .Values.images.app }}
40
imagePullPolicy: Always
41
command: ['composer', 'install', '--optimize-autoloader', '--no-interaction']
42
- workingDir: /app/{{ .Values.identifier }}
+ workingDir: /app{{ .Values.folder }}
43
volumeMounts:
44
- name: app-mount
45
mountPath: /app
@@ -50,7 +50,7 @@ spec:
50
51
ports:
52
- containerPort: 80
53
- workingDir: /app/{{ .Values.identifier }}/public
+ workingDir: /app{{ .Values.folder }}}/public
54
env:
55
{{- range .Values.env }}
56
- name: {{ .identifier }}
0 commit comments