forked from gitea-group-sync/gitea-group-sync
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add option to provide gitea user
Signed-off-by: Janos Miko <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ Available Environment Variables (find example values in [config.yaml.sample](con | |
|---------------------------------------|---------------------------------------------------------------|--------------------| | ||
| `DEBUG` | Enable debug mode | `false` | | ||
| `GITEA_BASE_URL` | Gitea baseURL in `https://[email protected]` format. | `""` | | ||
| `GITEA_USER` | Gitea admin username | `""` | | ||
| `GITEA_TOKEN` | Gitea admin user token | `""` | | ||
| `LDAP_URL` | LDAP connection URL | `""` | | ||
| `LDAP_PORT` | LDAP connection port | `389` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,8 @@ spec: | |
value: "true" | ||
- name: GITEA_BASE_URL | ||
value: https://[email protected] | ||
- name: GITEA_USER | ||
value: "" | ||
- name: GITEA_TOKEN | ||
valueFrom: | ||
secretKeyRef: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters