summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/cicd-system/auth-proxy.yaml
blob: cd9aeb9fe7a642620ff17f87cae83eec4c49ee4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: auth-proxy-ci
  namespace: cicd-system
spec:
  chart: https://git.tyil.nl/helm/oauth2-proxy/snapshot/oauth2-proxy-497a618778ead59ce985b81031a863dda9ff2126.tar.gz
  valuesContent: |-
    secret:
      enabled: false
    envFrom:
      secretRef:
      - name: auth-proxy-ci
...