mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Allow setting of pod service account name This makes it possible to use a serviceAccount other than the default. I need this to aid my use the chart in conjunction with GKE's [Workload Identity feature](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) which requires the use of an annotated service account for pods using Google APIs. Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com> * Enable creation of SA Based on this: https://helm.sh/docs/chart_best_practices/#role-based-access-control Made in response to: https://github.com/helm/charts/pull/15931#issuecomment-515846998 Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com> * Add notes about new variables to readme Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com>
16 lines
343 B
YAML
16 lines
343 B
YAML
apiVersion: v1
|
|
description: Stackdriver exporter for Prometheus
|
|
name: stackdriver-exporter
|
|
version: 1.1.1
|
|
appVersion: 0.6.0
|
|
home: https://www.stackdriver.com/
|
|
sources:
|
|
- https://github.com/frodenas/stackdriver_exporter/releases
|
|
keywords:
|
|
- metrics
|
|
- stackdriver
|
|
- monitoring
|
|
maintainers:
|
|
- name: apenney
|
|
email: apenney@gmail.com
|