fix: remove envFrom — Wings reads config.yml from mounted volume, not env vars
This commit is contained in:
@@ -71,9 +71,6 @@ spec:
|
|||||||
- |
|
- |
|
||||||
export DOCKER_HOST=tcp://localhost:2375
|
export DOCKER_HOST=tcp://localhost:2375
|
||||||
exec wings
|
exec wings
|
||||||
envFrom:
|
|
||||||
- secretRef:
|
|
||||||
name: wings-ark-sa-config
|
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_HOST
|
- name: DOCKER_HOST
|
||||||
value: tcp://localhost:2375
|
value: tcp://localhost:2375
|
||||||
|
|||||||
Reference in New Issue
Block a user