Skip to content

Commit

Permalink
chore: Add link to guide for managing namespace (#162)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-13246

Related: epam/edp-install#162
Change-Id: I70545a2c84292a8725eef2894ad04e8e4c1c218d
  • Loading branch information
oleksandr_taruraiev committed Feb 20, 2024
1 parent a2c0796 commit 885084b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
1 change: 1 addition & 0 deletions deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 885084b

Please sign in to comment.