Compare commits

..

No commits in common. "7d211f25aa3b2adf2dc7a12f348c9ccf38565caf" and "e850160beac952ec83509c6121b0c06629959329" have entirely different histories.

2 changed files with 8 additions and 1 deletions

View file

@ -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 "{{.ANSIBLE_DIR}}/requirements.yaml" --force - .venv/bin/ansible-galaxy install --role-file "{{.ROOT_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

View file

@ -21,6 +21,13 @@ 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: