This commit is contained in:
@@ -31,7 +31,9 @@ initContainers:
|
||||
image: debian
|
||||
tag: stable-slim
|
||||
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:
|
||||
runAsUser: 2000
|
||||
runAsGroup: 2000
|
||||
|
||||
Reference in New Issue
Block a user