add comments to the vaules files with location of example values file

This commit is contained in:
2023-04-14 08:18:30 -04:00
parent 98b1cde69a
commit 9f224b4cfc
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
--- ---
#oauth2-proxy values file for stash app #oauth2-proxy values file for stash app
#https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/values.yaml
image: image:
tag: "v7.2.0" tag: "v7.2.0"
@@ -17,6 +18,9 @@ extraArgs:
redeem-url: "https://git.xai-corp.net/login/oauth/access_token" redeem-url: "https://git.xai-corp.net/login/oauth/access_token"
validate-url: "https://git.xai-corp.net/api/v1" validate-url: "https://git.xai-corp.net/api/v1"
# -- Custom labels to add into metadata
customLabels: {}
ingress: ingress:
enabled: true enabled: true
path: / path: /

View File

@@ -1,6 +1,7 @@
--- ---
#values file for stash deployment #values file for stash deployment
#https://github.com/k8s-at-home/charts/blob/master/charts/stable/stash/values.yaml #https://github.com/k8s-at-home/charts/blob/master/charts/stable/stash/values.yaml
#https://github.com/stashapp/stash
image: image:
repository: stashapp/stash repository: stashapp/stash