Skip to content

Commit 0ffe67b

Browse files
update helm-docs
1 parent 8f3f15a commit 0ffe67b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

charts/gitops-runtime/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@ sealed-secrets:
182182
| event-reporters.workflow.sensor.tolerations | list | `[]` | |
183183
| event-reporters.workflow.serviceAccount.create | bool | `true` | |
184184
| gitops-operator.affinity | object | `{}` | |
185+
| gitops-operator.crds | object | `{"additionalLabels":{},"annotations":{},"install":true,"keep":false}` | Codefresh gitops operator crds |
186+
| gitops-operator.crds.additionalLabels | object | `{}` | Additional labels for gitops operator CRDs |
187+
| gitops-operator.crds.annotations | object | `{}` | Annotations on gitops operator CRDs |
188+
| gitops-operator.crds.install | bool | `true` | Whether or not to install CRDs |
189+
| gitops-operator.crds.keep | bool | `false` | Keep CRDs if gitops runtime release is uninstalled |
190+
| gitops-operator.env | object | `{}` | |
185191
| gitops-operator.fullnameOverride | string | `""` | |
186192
| gitops-operator.image.pullPolicy | string | `"IfNotPresent"` | |
187193
| gitops-operator.image.repository | string | `"quay.io/codefresh/codefresh-gitops-operator"` | |
@@ -220,7 +226,7 @@ sealed-secrets:
220226
| gitops-operator.securityContext.capabilities.drop[0] | string | `"ALL"` | |
221227
| gitops-operator.serviceAccount.annotations | object | `{}` | |
222228
| gitops-operator.serviceAccount.create | bool | `true` | |
223-
| gitops-operator.serviceAccount.name | string | `"controller-manager"` | |
229+
| gitops-operator.serviceAccount.name | string | `"gitops-operator-controller-manager"` | |
224230
| gitops-operator.tolerations | list | `[]` | |
225231
| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","tls":{"caCerts":{"secret":{"annotations":{},"content":"","create":false,"key":"ca-bundle.crt"},"secretKeyRef":{}},"workflowPipelinesGitWebhooks":{"annotatins":{},"certificates":{}}},"url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings |
226232
| global.codefresh.accountId | string | `""` | Codefresh Account ID. |

0 commit comments

Comments
 (0)