Skip to content

Commit

Permalink
add rbac for capa infra cluster (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
anvddriesch authored Aug 26, 2024
1 parent 11cedb3 commit 7fb4b2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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]

### Added

- Add rbac rule for operator to access infraClusters on CAPA.

## [0.9.1] - 2024-08-19

### Changed
Expand Down
2 changes: 2 additions & 0 deletions helm/dns-operator-route53/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ openstackclusters
vcdclusters
{{- else if eq .Values.provider.kind "vsphere" -}}
vsphereclusters
{{- else if eq .Values.provider.kind "capa" -}}
vsphereclusters
{{- end -}}
{{- end -}}

0 comments on commit 7fb4b2f

Please sign in to comment.