Mehdi

Results 4 comments of Mehdi

I have hit the same issue, where the file is not installed. Had to add another task to update `.bash_profile` for my user: ``` - name: Update jenkins user startup...

I am using this command ``` helmsman -dry-run -p 4 -f apps.toml ``` I can see all the supplied values, even if they are secrets. Tried the `-suppress-diff-secrets` flag but...

After a bit more testing, I found out that unlike `-apply` and `-dry-run`, `-destroy` only takes into consideration the `NO_PROXY` environment variable, but not `no_proxy`. Is that the expected behaviour?

@kcd83 Thanks, that saved our day! I am still wondering, what's the actual reason for this issue..