ソースを参照

OIDC for gitea temporarily disabled

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

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

@@ -24,18 +24,6 @@ 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:
39 27
         ingress:
40 28
           enabled: "true"
41 29
           annotations:
@@ -58,4 +46,17 @@ spec:
58 46
           ssh:
59 47
             type: "ClusterIP"
60 48
             port: "22"
61
-            clusterIP:
49
+            clusterIP:
50
+        
51
+#        gitea:
52
+#          oauth:
53
+#            - name: 'MyAwesomeGiteaOAuth'
54
+#              provider: 'openidConnect'
55
+#              key: 'hello'
56
+#              secret: 'world'
57
+#              autoDiscoverUrl: 'https://gitea.example.com/.well-known/openid-configuration'
58
+#              #useCustomUrls:
59
+#              #customAuthUrl:
60
+#              #customTokenUrl:
61
+#              #customProfileUrl:
62
+#              #customEmailUrl: