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.
2 parents fc7c393 + 517866a commit df15e05Copy full SHA for df15e05
server/src/modules/templates/buildpacks.yaml
@@ -30,7 +30,7 @@ spec:
30
spec:
31
automountServiceAccountToken: true
32
securityContext:
33
- fsGroup: 1001
+ fsGroup: 1000
34
containers:
35
- name: deploy
36
env:
@@ -75,6 +75,19 @@ spec:
75
- mountPath: /app
76
name: app-storage
77
workingDir: /app
78
+ - command:
79
+ - sh
80
+ - -c
81
+ - chmod -R g+w /app
82
+ image: busybox:latest
83
+ imagePullPolicy: IfNotPresent
84
+ name: permissions
85
+ securityContext:
86
+ readOnlyRootFilesystem: true
87
+ volumeMounts:
88
+ - mountPath: /app
89
+ name: app-storage
90
+ workingDir: /app
91
- name: build
92
args:
93
- '-app=.'
0 commit comments