Replies: 1 comment 2 replies
-
|
and also inside of environments ;) so different enviroments could be inside of same cluster: environments:
dev:
kubeContext: cluster-01
namespace: dev
values:
- values/default.yaml
- values/dev.yaml
prod:
kubeContext: cluster-01
namespace: prod
values:
- values/default.yaml
- values/prod.yaml |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I can set
helmDefaults.kubeContext, I guess I should also be able to setnamespace. The workaround seems to usehelmfile --namespaceOR to set all thereleases[].namespaceto the same value. UsinghelmDefaults.argswith--namespacedoes not seem to work all the time (I guess it's filtered out when running thelistcommand, for example).Beta Was this translation helpful? Give feedback.
All reactions