Skip to content

Commit

Permalink
[stable/field-exporter]: add watch permission for secret (#545)
Browse files Browse the repository at this point in the history
[stable/field-exporter]: watch permission secret
  • Loading branch information
Muhammad Taha Ahmed authored Nov 10, 2023
1 parent 278f4cd commit 3c60ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/field-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
A chart to install [field-exporter](https://github.com/deliveryhero/field-exporter). This controller is used to fill the gap in [k8s-config-connector](https://github.com/GoogleCloudPlatform/k8s-config-connector) for exporting value from Config Connector managed resources into Secrets and ConfigMaps.
type: application
version: 1.0.3
version: 1.0.4
appVersion: "v1.0.2"
home: https://github.com/deliveryhero/field-exporter
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/field-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# field-exporter

![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square)
![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square)

A chart to install [field-exporter](https://github.com/deliveryhero/field-exporter). This controller is used to fill the gap in [k8s-config-connector](https://github.com/GoogleCloudPlatform/k8s-config-connector) for exporting value from Config Connector managed resources into Secrets and ConfigMaps.

Expand Down
1 change: 1 addition & 0 deletions stable/field-exporter/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rules:
- list
- patch
- update
- watch
- apiGroups:
- alloydb.cnrm.cloud.google.com
resources:
Expand Down

0 comments on commit 3c60ac7

Please sign in to comment.