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"
|
- "{{.PYTHON_BIN}} -m venv {{.ROOT_DIR}}/.venv"
|
||||||
- .venv/bin/python3 -m pip install --upgrade pip setuptools wheel
|
- .venv/bin/python3 -m pip install --upgrade pip setuptools wheel
|
||||||
- .venv/bin/python3 -m pip install --upgrade --requirement "{{.ROOT_DIR}}/requirements.txt"
|
- .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:
|
flux-apply:
|
||||||
desc: Apply a resource path that contains Flux substitution variables
|
desc: Apply a resource path that contains Flux substitution variables
|
||||||
|
|
|
@ -21,13 +21,6 @@ spec:
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
|
|
||||||
pod:
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 1000
|
|
||||||
runAsGroup: 1000
|
|
||||||
fsGroup: 1000
|
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Reference in a new issue