--- apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: auth-proxy-gollum namespace: ravenhosting spec: chart: https://git.tyil.nl/helm/oauth2-proxy/snapshot/oauth2-proxy-497a618778ead59ce985b81031a863dda9ff2126.tar.gz valuesContent: |- image: tag: v7.4.0 secret: enabled: false envFrom: secretRef: - name: auth-proxy-gollum ingress: enabled: true ingressClassName: traefik annotations: cert-manager.io/cluster-issuer: "letsencrypt-production" traefik.ingress.kubernetes.io/router.middlewares: kube-system-redirect-https@kubernetescrd tls: - secretName: tls-eu.ravenhosting.wiki hosts: - wiki.ravenhosting.eu hosts: - host: wiki.ravenhosting.eu paths: - path: / pathType: Prefix ...