Skip to content

Commit

Permalink
Use release namespace (#74)
Browse files Browse the repository at this point in the history
* Use release namespace

* Update CHANGELOG.md

* Update .nancy-ignore

---------

Co-authored-by: Spyros Synodinos <[email protected]>
  • Loading branch information
tuladhar and ssyno authored Sep 3, 2024
1 parent 012dfa4 commit 2c8cb28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Chart to use `.Release.Namespace` namespace

## [0.10.0] - 2024-08-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/_resource.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ room for such suffix.
{{- end -}}

{{- define "resource.default.namespace" -}}
giantswarm
{{- .Release.Namespace }}
{{- end -}}

0 comments on commit 2c8cb28

Please sign in to comment.