This commit is contained in:
@@ -31,7 +31,9 @@ initContainers:
|
|||||||
image: debian
|
image: debian
|
||||||
tag: stable-slim
|
tag: stable-slim
|
||||||
command: |
|
command: |
|
||||||
bash -c "/hugo.conf/setup_hugo.sh"
|
cp /hugo.conf/setup_hugo.sh /tmp/ &&
|
||||||
|
chmod +x /tmp/setup_hugo.sh &&
|
||||||
|
/tmp/setup_hugo.sh
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 2000
|
runAsUser: 2000
|
||||||
runAsGroup: 2000
|
runAsGroup: 2000
|
||||||
|
|||||||
Reference in New Issue
Block a user