Skip to content

Commit 61b50b1

Browse files
add kustomize.setNamespace.enabled param in readme
1 parent 74766d4 commit 61b50b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ NAME: my-release
436436
| configs.cm."admin.enabled" | bool | `true` | Enable local admin user |
437437
| configs.cm."application.instanceLabelKey" | string | Defaults to app.kubernetes.io/instance | The name of tracking label used by Argo CD for resource pruning |
438438
| configs.cm."exec.enabled" | bool | `false` | Enable exec feature in Argo UI |
439-
| configs.cm."kustomize.setNamespace.enabled" | bool | `true` | Enable set namespace during kustomize build |
439+
| configs.cm."kustomize.setNamespace.enabled" | bool | `false` | Enable set namespace during kustomize build |
440440
| configs.cm."server.rbac.log.enforce.enable" | bool | `false` | Enable logs RBAC enforcement |
441441
| configs.cm."timeout.hard.reconciliation" | string | `"0s"` | Timeout to refresh application data as well as target manifests cache |
442442
| configs.cm."timeout.reconciliation" | string | `"180s"` | Timeout to discover if a new manifests version got published to the repository |

0 commit comments

Comments
 (0)