From 9f224b4cfce472e43246a756e38bb7db55791d9c Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 14 Apr 2023 08:18:30 -0400 Subject: [PATCH] add comments to the vaules files with location of example values file --- ansible-5/roles/prod.k3s/files/stash/proxy-values.yaml | 4 ++++ ansible-5/roles/prod.k3s/files/stash/values.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/ansible-5/roles/prod.k3s/files/stash/proxy-values.yaml b/ansible-5/roles/prod.k3s/files/stash/proxy-values.yaml index eadc5d4..70d7576 100644 --- a/ansible-5/roles/prod.k3s/files/stash/proxy-values.yaml +++ b/ansible-5/roles/prod.k3s/files/stash/proxy-values.yaml @@ -1,5 +1,6 @@ --- #oauth2-proxy values file for stash app +#https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/values.yaml image: tag: "v7.2.0" @@ -17,6 +18,9 @@ extraArgs: redeem-url: "https://git.xai-corp.net/login/oauth/access_token" validate-url: "https://git.xai-corp.net/api/v1" +# -- Custom labels to add into metadata +customLabels: {} + ingress: enabled: true path: / diff --git a/ansible-5/roles/prod.k3s/files/stash/values.yaml b/ansible-5/roles/prod.k3s/files/stash/values.yaml index 9ef1fde..7e71c6b 100644 --- a/ansible-5/roles/prod.k3s/files/stash/values.yaml +++ b/ansible-5/roles/prod.k3s/files/stash/values.yaml @@ -1,6 +1,7 @@ --- #values file for stash deployment #https://github.com/k8s-at-home/charts/blob/master/charts/stable/stash/values.yaml +#https://github.com/stashapp/stash image: repository: stashapp/stash