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
Jinja2 error: failed to render /src/templates/scripts/gcloud: Jinja2 TemplateError: 'dict object' has no attribute 'gcp_project_id', at /src/templates/scripts/gcloud:5
Compile error: failed to compile target: dev
Expected behavior
gcloud --project isolabs-platform
This is possibly caused by this loop which would allow for input_params to only work for the first file being compiled
Describe the bug/feature
Kapitan fails to render Jinja with
input_params
while defining a simple
input_params
for ajinja
template I realised that it was not workingWill add more soon
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This is possibly caused by this loop which would allow for input_params to only work for the first file being compiled
https://github.com/kapicorp/kapitan/blob/master/kapitan/inputs/base.py#L55
The text was updated successfully, but these errors were encountered: