Closed TheMeier closed 3 years ago
@TheMeier and @ahmedwaleedmalik can you please provide the significance of removing namespace from the ingress template?
Helm has a namesapce parameter that should be used and can be referenced with {{ Release.Namespace }}. If you omit it in the template it is implicitly set to that value. In any case it was inconsistent between the templates. All templates did not set it except for this one.
or use {{ Release.Namespace }}, but in that case it should be added to all templates to be consistent