You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`sync: interval:`|`int`|`60`| Reconcile interval in minutes |
34
34
|`sync: timeout:`|`int`|`5`| Timeout in minutes |
35
35
|`sync: serviceAccountName:`|`string`|`""`| Service account to impersonate |
36
+
|`sync: targetNamespace:`|`string`|`""`| Specify the namespace to which the Helm release is made. When not specified, it defaults to the instance namespace. |
37
+
|`sync: createNamespace:`|`bool`|`false`| Instructs Helm to create the target namespace if it does not exist |
36
38
|`sync: disableWait:`|`bool`|`false`| Disables waiting for resource readiness after install/upgrade |
37
39
|`dependsOn:`|`[...{name: string}]`|`{}`| List of dependencies |
38
40
|`driftDetection:`|`string`|`"disabled"`| Set drift detection mode, can be `enabled` or `warn`|
0 commit comments