diff --git a/argocd/apps/outline/outline.yaml b/argocd/apps/outline/outline.yaml index 0e15115..ac155fe 100644 --- a/argocd/apps/outline/outline.yaml +++ b/argocd/apps/outline/outline.yaml @@ -42,8 +42,14 @@ spec: value: '9819ea2f-a170-4908-aaa1-d2ce4e7e9b9a' - name: auth.gitea.clientSecret value: 'gto_qy6k5fr6lahmn5ncwbfuvj6imhketfp75u5hxbg2howa3mgvmita' - - name: auth.gitea.baseurl - value: 'https://gitea.innovation-hub-niedersachsen.de' + - name: auth.gitea.baseUrl + value: 'https://gitea.innovation-hub-niedersachsen.de' + - name: auth.gitea.usernameClaim + value: 'preferred_username' + - name: auth.gitea.displayName + value: 'Gitea Connect' + - name: auth.gitea.scope + value: 'profile' chart: outline destination: server: 'https://kubernetes.default.svc'