mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Fixed URL casing
Changelog: fixed Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -17,7 +17,7 @@ A Helm chart for Kubernetes
|
||||
| actions.enabled | bool | `true` | |
|
||||
| actions.existingSecret | string | `"gitea"` | |
|
||||
| actions.existingSecretKey | string | `"registrationToken"` | |
|
||||
| actions.giteaRootUrl | string | `"https://gitea.deepcypher.me"` | |
|
||||
| actions.giteaRootURL | string | `"https://gitea.deepcypher.me"` | |
|
||||
| environment.baseDomain | string | `"deepcypher.me"` | |
|
||||
| environment.contact.email | string | `"noreply@deepcypher.me"` | |
|
||||
| environment.contact.name | string | `"George Onoufriou"` | |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
actions:
|
||||
enabled: true
|
||||
giteaRootUrl: https://gitea.deepcypher.me
|
||||
giteaRootURL: https://gitea.deepcypher.me
|
||||
existingSecret: gitea
|
||||
existingSecretKey: registrationToken
|
||||
|
||||
|
||||
Reference in New Issue
Block a user