forked from janus-idp/helm-backstage
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generated secret name should follow release name
The generated backend auth secret and the values.yaml file seem to be run under different contexts which will not allow the use of `common.names.fullname` to get the name of the current release of the chart. The secret will always grab the name of the redhat-developer-hub chart. So instead we should use the `.Release.Name` which will always be the release name for both.
- Loading branch information
1 parent
e3e1be3
commit 68ac643
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters