mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Enabled actions statefulset
Changelog: added Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -9,4 +9,5 @@ dependencies:
|
||||
- name: actions
|
||||
version: 0.0.2
|
||||
repository: "https://dl.gitea.com/charts"
|
||||
condition: actions.enabled
|
||||
|
||||
|
||||
@@ -14,8 +14,16 @@ A Helm chart for Kubernetes
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| gitea-actions.createController | bool | `true` | |
|
||||
| gitea-actions.ingress.enabled | bool | `false` | |
|
||||
| gitea-actions.ingress.hostname | string | `"secrets.deepcypher.me"` | |
|
||||
| gitea-actions.networkPolicy.enabled | bool | `true` | |
|
||||
| actions.enabled | bool | `true` | |
|
||||
| actions.existingSecret | string | `"gitea"` | |
|
||||
| actions.existingSecretKey | string | `"registrationToken"` | |
|
||||
| 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"` | |
|
||||
| environment.hardware | string | `"metal"` | |
|
||||
| environment.location.name | string | `"unknown"` | |
|
||||
| environment.mode | string | `"production"` | |
|
||||
| environment.name | string | `"unknown"` | |
|
||||
| environment.revision | string | `"main"` | |
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
actions:
|
||||
enabled: true
|
||||
giteaRootUrl: https://gitea.deepcypher.me
|
||||
existingSecret: gitea
|
||||
existingSecretKey: registrationToken
|
||||
|
||||
Reference in New Issue
Block a user