Simon Kaiser 3 年 前
コミット
14135cb417
共有1 個のファイルを変更した12 個の追加0 個の削除を含む
  1. 12
    0
      gitops-kaisers-info/templates/gitea.yaml

+ 12
- 0
gitops-kaisers-info/templates/gitea.yaml ファイルの表示

@@ -24,6 +24,18 @@ spec:
24 24
       version: "v3"
25 25
       releaseName: "gitea"
26 26
       values: |
27
+        gitea:
28
+          oauth:
29
+            - name: 'MyAwesomeGiteaOAuth'
30
+              provider: 'openidConnect'
31
+              key: 'hello'
32
+              secret: 'world'
33
+              autoDiscoverUrl: 'https://gitea.example.com/.well-known/openid-configuration'
34
+              #useCustomUrls:
35
+              #customAuthUrl:
36
+              #customTokenUrl:
37
+              #customProfileUrl:
38
+              #customEmailUrl:
27 39
         ingress:
28 40
           enabled: "true"
29 41
           annotations: