fix missing values
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# gitea-actions
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Gitea Actions
|
||||
|
||||
@@ -19,7 +19,7 @@ Gitea Actions
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| enabled | bool | `false` | |
|
||||
| enabled | bool | `true` | |
|
||||
| existingSecret | string | `""` | |
|
||||
| existingSecretKey | string | `""` | |
|
||||
| giteaRootURL | string | `""` | |
|
||||
@@ -45,6 +45,7 @@ Gitea Actions
|
||||
| statefulset.labels | object | `{}` | |
|
||||
| statefulset.nodeSelector | object | `{}` | |
|
||||
| statefulset.persistence.size | string | `"1Gi"` | |
|
||||
| statefulset.persistence.storageClass | string | `""` | |
|
||||
| statefulset.replicas | int | `1` | |
|
||||
| statefulset.resources | object | `{}` | |
|
||||
| statefulset.tolerations | list | `[]` | |
|
||||
|
Reference in New Issue
Block a user