Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix rolebindings (#137)
Browse files Browse the repository at this point in the history
* fix rolebindings

* fix rolebindings
  • Loading branch information
isihu authored Feb 19, 2024
1 parent 0956bfa commit 7b4a961
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/dvpe-tenants/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]

## [0.2.0]
### Changed
* Fixed missing document separator in rolebindings template

## [0.1.0]
### Changed
* Initial version of tenant helm chart
Expand Down
2 changes: 1 addition & 1 deletion charts/dvpe-tenants/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: Helm chart for creating the resources with information readable from the the GitHub API. For the beginning, this includes only the ArgoCD resources.
name: dvpe-tenants
version: 0.1.0
version: 0.2.0
home: https://github.com/dvpe-cloud/dvpe-helm
2 changes: 1 addition & 1 deletion charts/dvpe-tenants/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dvpe-tenants

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square)

Helm chart for creating the resources with information readable from the the GitHub API. For the beginning, this includes only the ArgoCD resources.

Expand Down
1 change: 1 addition & 0 deletions charts/dvpe-tenants/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ subjects:
kind: User
name: {{ $.Values.oidcIssuerUrl }}#{{ $user }}
{{- end }}
---
{{- end }}
{{- end }}

0 comments on commit 7b4a961

Please sign in to comment.