Skip to content

Commit

Permalink
update documentation values (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bueti authored Oct 6, 2020
1 parent 1a0fd40 commit 473ab15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/promlens/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: promlens
version: 0.1.2
version: 0.1.3
description: This Chart installs and configures PromLens
maintainers:
- name: bueti
email: benjamin.buetikofer@ricardo.ch
- name: ricardo-ch
email: sre@ricardo.ch
10 changes: 9 additions & 1 deletion charts/promlens/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Number of replicas
replicas: 1
# PromLens License
license: ""
# Grafana URL
grafana_url: ""
# Grafana API Key, see https://grafana.com/docs/grafana/latest/http_api/auth/
grafana_api_key: ""
# Google Cloud Storage Account
gcs_sa: ""
# Bucket Name in Storage Account
shared_links_bucket_name: promlens
# PromLens Conatiner Image
image: promlabs/promlens
# PromLens Container Image Version
version: latest
shared_links_bucket_name: promlens

0 comments on commit 473ab15

Please sign in to comment.