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 4c21e20 commit 5150a7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/prod/cfg-web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ spec:
- mountPath: /nginx
name: nginx-shared-cfg
command:
- chmod -R 777 /nginx
- "/bin/sh"
- "-c"
- "chmod -R 777 /nginx"
containers:
- image: nginx:alpine
name: cfg-web-nginx
Expand Down

0 comments on commit 5150a7b

Please sign in to comment.