Skip to content

Commit

Permalink
Include chart name when installing with a custom release name (#234)
Browse files Browse the repository at this point in the history
# Description

*Please add a description here. This will become the commit message of the merge request later.*



Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
  • Loading branch information
maltesander and maltesander committed Jul 6, 2022
1 parent da71c9c commit ceb473c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

All notable changes to this project will be documented in this file.

## [0.4.0] - 2022-06-30

## [Unreleased]

### Changed

- Include chart name when installing with a custom release name ([#233], [#234]).

[#233]: https://github.com/stackabletech/trino-operator/pull/233
[#234]: https://github.com/stackabletech/trino-operator/pull/234

## [0.4.0] - 2022-06-30

### Added

- Reconciliation errors are now reported as Kubernetes events ([#149]).
Expand Down Expand Up @@ -95,6 +102,7 @@ which only accept a String ([#131]).
## [0.1.0] - 2021-10-28

### Changed

- Switched to operator-rs tag 0.3.0 ([#21])

[#21]: https://github.com/stackabletech/hdfs-operator/pull/21
2 changes: 1 addition & 1 deletion deploy/helm/trino-operator/templates/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ .Release.Name }}-clusterrole
name: {{ include "operator.fullname" . }}-clusterrole
rules:
# For OPA dependents. Note that OPA it's self is listed here because it's own resource name
# doesn't follow the *clusters convention
Expand Down

0 comments on commit ceb473c

Please sign in to comment.