Skip to content

Commit

Permalink
test change mod
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 15, 2024
1 parent 83401d4 commit 4c21e20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/prod/cfg-web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ spec:
labels:
app: safe-cfg-web
spec:
initContainers:
- name: chmod
image: alpine
volumeMounts:
- mountPath: /nginx
name: nginx-shared-cfg
command:
- chmod -R 777 /nginx
containers:
- image: nginx:alpine
name: cfg-web-nginx
Expand Down

0 comments on commit 4c21e20

Please sign in to comment.