Files
deprecated-helm-charts/stable/stackdriver-exporter/Chart.yaml
T
Charlie Egan 780761f5f3 stable/stackdriver-exporter: Allow setting of pod ServiceAccount name (#15931)
* 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>
2019-07-29 12:42:48 -07:00

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