You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
env file not found (is looking in wrong directory for the varfiles in .garden/sources/…)
Error processing config for Deploy action redis:
Could not find varfile at path './.env'. Absolute path: /…/garden/examples/redis/.garden/sources/action/deploy.redis--88237447a8/.env
Expected behavior
varfiles should be searched within the action directory
kind: Deploydescription: Redis service for queueing votes before they are aggregatedtype: helmname: redisvarfiles:
- ./.envsource:
repository:
url: https://github.com/bitnami/charts#mainspec:
chart:
path: bitnami/redisvalues:
auth:
enabled: false
.env
TEST=test
garden dev
garden deploy
Workaround
don't use varfiles
Suggested solution(s)
varfiles location should be relative to the action yaml definition file
Additional context
Your environment
OS: macOS
How I'm running Kubernetes: docker desktop
0.13.30
The text was updated successfully, but these errors were encountered:
Bug
Current behavior
env file not found (is looking in wrong directory for the varfiles in .garden/sources/…)
Expected behavior
varfiles should be searched within the action directory
Reproducible example
garden.yml
redis.garden.yml
.env
Workaround
don't use varfiles
Suggested solution(s)
varfiles location should be relative to the action yaml definition file
Additional context
Your environment
0.13.30
The text was updated successfully, but these errors were encountered: