Heiko Nickerl
Heiko Nickerl
## Bug ### Current Behavior In the kubernetes provider configuration, I've added the following snippet: ```yaml - name: kubernetes copySecrets: - name: test namespace: default ``` The `test` secret in...
- Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling,...
## Feature Request ### Background / Motivation We are running a poly repo setup. The `project.garden.yml` lives in an umbrella repository which declares all other repos as remote sources. In...
## Feature Request ### Background / Motivation When running `garden update-remote sources`, garden updates the remotes sequentially. This takes quite a while. ### What should the user be able to...
## Bug ### Current Behavior When running `garden deploy`, the secrets configured via `copySecrets` directive are copied too late to the deployment namespace resulting in failed deployments. ### Expected behavior...