Compare commits

...

2 commits

Author SHA1 Message Date
7d211f25aa Remove security context. 2024-02-01 13:38:34 -06:00
eae1243a56 Update python requirements location. 2024-02-01 13:38:34 -06:00
2 changed files with 1 additions and 8 deletions

View file

@ -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

View file

@ -21,13 +21,6 @@ spec:
annotations:
reloader.stakater.com/auto: "true"
pod:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
containers:
main:
image: