fix: remove envFrom — Wings reads config.yml from mounted volume, not env vars

This commit is contained in:
2026-05-19 23:30:44 +00:00
parent 22efb57ced
commit 63d453ef07
@@ -71,9 +71,6 @@ spec:
- |
export DOCKER_HOST=tcp://localhost:2375
exec wings
envFrom:
- secretRef:
name: wings-ark-sa-config
env:
- name: DOCKER_HOST
value: tcp://localhost:2375