Closed natehouk closed 1 year ago
I am not sure how this is possible since the entire codebase does not include https://github.com/timothystewart6
, only in the example env and compose file. I would check to be sure you have latest container image and maybe pin to sha vs latest
Buttons Relation
Github
Bug Description
If I comment out the Github line in my values.yaml then a default Github button appears linking to https://github.com/timothystewart6
For all other buttons, by not providing the env variable, the button doesn't appear. For some reason, when I don't provide the env variable, the variable GITHUB still gets exported into the docker container with the value https://github.com/timothystewart6
Why is the env variable GITHUB getting a default value? Where is this coming from? I have searched the code and don't see anything that would indicate there is a default env variable for GITHUB.
However, if I set the GITHUB variable in values.yaml to "", then the button disappears. This is the only button where I need to set the variable to "".
Here are my values.yaml...
BROKEN
WORKS
Why is this fake GITHUB="" required for only Github and none of the other buttons?
Expected Result
No Github button appears if I comment out the Github env variable. Expect the env variable GITHUB to not be set.
Additional Information
No response
Images
No response