-
-
Notifications
You must be signed in to change notification settings - Fork 368
Sub helm releases not rendered using nested states #934
|
Hi, I am using a main helmfile with a sub helm file using the helmfiles directive of helmfile within the parent helmfile. Below are excerpts from my helmfiles. Setup:
Observations:Releases from Objective:Is this behaviour expected by design or do I need to configure something more in order to make the |
All reactions
Replies: 4 comments · 8 replies
|
@anirbandas18 oh. sorry. I didn't see any about |
All reactions
|
@anirbandas18 thanks. could you post the debug log? |
All reactions
-
👍 1 -
🚀 1
|
There were some errors in my original configuration because of environment mismatch between Upon analysing the full debug log for |
All reactions
|
Debug log with PII replaced |
All reactions
|
Hi @anirbandas18! What if you try a fixed path in |
All reactions
|
related to #1148 as well i think? |
All reactions
|
@anirbandas18 oh. sorry. I will review this issue. |
All reactions
|
@yxxhero when |
All reactions
|
relative path? do you know the meaning? it's base the current helmfile state file. |
All reactions
|
Example: My root of my helmfile project is at the following location: Works: Broken: |
Hi @anirbandas18! What if you try a fixed path in
--output-dir ../out/liveinstead of a relative one. Because it looks helmfile makes an output folder relative to the place where the helmfile file lays. And the debug output says you nothing about the actual path.