git oauth locked in
This commit is contained in:
		| @@ -4,7 +4,7 @@ kind: Kustomization | |||||||
| namespace: argocd | namespace: argocd | ||||||
| resources: | resources: | ||||||
|   - namespace.yaml |   - namespace.yaml | ||||||
|   - https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.6/manifests/install.yaml |   - https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/install.yaml | ||||||
|   - ingress.yaml |   - ingress.yaml | ||||||
|   - argo-apps.application.yaml |   - argo-apps.application.yaml | ||||||
|   - bootstrap-repo.sealedsecret.yaml |   - bootstrap-repo.sealedsecret.yaml | ||||||
|   | |||||||
| @@ -99,6 +99,7 @@ gitea: | |||||||
|     email: "gitea@delete.me" |     email: "gitea@delete.me" | ||||||
|    |    | ||||||
|   metrics: |   metrics: | ||||||
|  |     # service monitor is configured manually | ||||||
|     enabled: true |     enabled: true | ||||||
|  |  | ||||||
|   ## @param gitea.config  Configuration for the Gitea server,ref: [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) |   ## @param gitea.config  Configuration for the Gitea server,ref: [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) | ||||||
| @@ -119,6 +120,10 @@ gitea: | |||||||
|     indexer: |     indexer: | ||||||
|       ISSUE_INDEXER_TYPE: bleve |       ISSUE_INDEXER_TYPE: bleve | ||||||
|       REPO_INDEXER_ENABLED: false |       REPO_INDEXER_ENABLED: false | ||||||
|  |     service: | ||||||
|  |       DISABLE_REGISTRATION: true | ||||||
|  |     oauth2_client: | ||||||
|  |       ENABLE_AUTO_REGISTRATION: true | ||||||
|  |  | ||||||
|   oauth: |   oauth: | ||||||
|     - name: authelia |     - name: authelia | ||||||
| @@ -132,6 +137,7 @@ gitea: | |||||||
|       admin-group: apps_admin |       admin-group: apps_admin | ||||||
|    |    | ||||||
|  |  | ||||||
|  |    | ||||||
|   # since we want to reuse the postgres secret, we cannot directly use it in |   # since we want to reuse the postgres secret, we cannot directly use it in | ||||||
|   # additionalConfigSources: |   # additionalConfigSources: | ||||||
|   #   - secret: |   #   - secret: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user