Quellcode durchsuchen

Introduces admin in gitea

Simon Kaiser vor 3 Jahren
Ursprung
Commit
acb3495fba

+ 1
- 3
gitops-kaisers-info/templates/authentik.yaml Datei anzeigen

@@ -26,7 +26,7 @@ spec:
26 26
           # This sends anonymous usage-data, stack traces on errors and
27 27
           # performance data to sentry.beryju.org, and is fully opt-in
28 28
           error_reporting:
29
-            enabled: true
29
+            enabled: false
30 30
           postgresql:
31 31
             password: "ThisIsNotASecurePasswordEither"
32 32
           
@@ -40,8 +40,6 @@ spec:
40 40
             password: "6qL3XdwQUw2UJ75U"
41 41
             # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
42 42
             use_tls: true
43
-            # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
44
-            use_ssl: false
45 43
             # -- Connection timeout
46 44
             timeout: 30
47 45
             # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"

+ 6
- 1
gitops-kaisers-info/templates/gitea.yaml Datei anzeigen

@@ -41,4 +41,9 @@ spec:
41 41
           ssh:
42 42
             type: ClusterIP
43 43
             port: 22
44
-            clusterIP:
44
+            clusterIP:
45
+        
46
+        admin:
47
+          username: "simonkaiser"
48
+          password: "test"
49
+          email: "gi@tea.com"