Skip to content

Commit 6d9ad9f

Browse files
authored
adding name and namespace to existing rhdh cr example (#270)
related to final task on https://issues.redhat.com/browse/FLPATH-2457 ## Summary by Sourcery Documentation: - Include 'name' and 'namespace' properties in the existing-rhdh Helm chart example to clarify required CR configuration
2 parents c422fbf + f9f9c4d commit 6d9ad9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/main/existing-rhdh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ In 1.6, the Orchestrator infrastructure is installed using the Orchestrator Oper
4040
namespace: sonataflow-infra
4141
rhdh:
4242
installOperator: false
43+
name: "my-rhdh" # Name of existing RHDH CR. Required
44+
namespace: "rhdh" # Namespace of RHDH Instance, whether existing or to be installed. Required
4345
```
4446
For users installing an existing-rhdh via the Helm Chart, note that the default values in the [Orchestrator CR under](https://github.com/rhdhorchestrator/orchestrator-go-operator/blob/main/config/samples/_v1alpha3_orchestrator.yaml) 'postgres' may need modifying.
4547

0 commit comments

Comments
 (0)