-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
helm chart webhook.(full)nameOverride not used #5331
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/pending-triageThis issue was not triaged.This issue was not triaged.
Description
Describe the bug
Maybe I'm lost but I didn't find any usage of the helm values webhook.nameOverride and webhook.fullNameOverride. They don't do anything in chart version 0.19.2.
To Reproduce
Steps to reproduce the behavior:
- Add the current version of the repo
- Run the command:
helm template test-eso external-secrets-operator/external-secrets --set webhook.fullnameOverride="ThisIsATest" | grep ThisIsATestandhelm template test-eso external-secrets-operator/external-secrets --set webhook.fullNameOverride="ThisIsATest" | grep ThisIsATest
Expected behavior
The Variables should change the Name of the webhook.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/pending-triageThis issue was not triaged.This issue was not triaged.
Type
Projects
Status
Done