Simon Kaiser 3 лет назад
Родитель
Сommit
14135cb417
1 измененных файлов: 12 добавлений и 0 удалений
  1. 12
    0
      gitops-kaisers-info/templates/gitea.yaml

+ 12
- 0
gitops-kaisers-info/templates/gitea.yaml Просмотреть файл

24
       version: "v3"
24
       version: "v3"
25
       releaseName: "gitea"
25
       releaseName: "gitea"
26
       values: |
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
         ingress:
39
         ingress:
28
           enabled: "true"
40
           enabled: "true"
29
           annotations:
41
           annotations: