Compare commits
2 commits
e850160bea
...
7d211f25aa
Author | SHA1 | Date | |
---|---|---|---|
7d211f25aa | |||
eae1243a56 |
2 changed files with 1 additions and 8 deletions
|
@ -75,7 +75,7 @@ tasks:
|
|||
- "{{.PYTHON_BIN}} -m venv {{.ROOT_DIR}}/.venv"
|
||||
- .venv/bin/python3 -m pip install --upgrade pip setuptools wheel
|
||||
- .venv/bin/python3 -m pip install --upgrade --requirement "{{.ROOT_DIR}}/requirements.txt"
|
||||
- .venv/bin/ansible-galaxy install --role-file "{{.ROOT_DIR}}/requirements.yaml" --force
|
||||
- .venv/bin/ansible-galaxy install --role-file "{{.ANSIBLE_DIR}}/requirements.yaml" --force
|
||||
|
||||
flux-apply:
|
||||
desc: Apply a resource path that contains Flux substitution variables
|
||||
|
|
|
@ -21,13 +21,6 @@ spec:
|
|||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
|
||||
pod:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
|
|
Loading…
Reference in a new issue