diff --git a/deploy-templates/README.md b/deploy-templates/README.md index 2e23eb1..5cb675e 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -28,7 +28,7 @@ A Helm chart for EDP CD Pipeline Operator | image.repository | string | `"epamedp/cd-pipeline-operator"` | EDP cd-pipeline-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/cd-pipeline-operator) | | image.tag | string | `nil` | EDP cd-pipeline-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/cd-pipeline-operator/tags) | | imagePullPolicy | string | `"IfNotPresent"` | | -| manageNamespace | bool | `true` | should the operator manage(create/delete) namespaces for stages | +| manageNamespace | bool | `true` | should the operator manage(create/delete) namespaces for stages Refer to the guide for managing namespace (https://epam.github.io/edp-install/operator-guide/namespace-management/) | | name | string | `"cd-pipeline-operator"` | component name | | nodeSelector | object | `{}` | | | resources.limits.memory | string | `"192Mi"` | | diff --git a/deploy-templates/values.yaml b/deploy-templates/values.yaml index 03f7381..e85a169 100644 --- a/deploy-templates/values.yaml +++ b/deploy-templates/values.yaml @@ -92,6 +92,7 @@ resources: memory: 64Mi # -- should the operator manage(create/delete) namespaces for stages +# Refer to the guide for managing namespace (https://epam.github.io/edp-install/operator-guide/namespace-management/) manageNamespace: true # -- Flag indicating whether the operator should manage secrets for stages.