-
Notifications
You must be signed in to change notification settings - Fork 172
docs: mention DWO_NAMESPACE env var in backup docs #3059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| :_content-type: SNIPPET | ||
|
|
||
| [NOTE] | ||
| ==== | ||
| If the installation {namespace} for the {devworkspace} operator is not `openshift-operators`, you must define it as an environment variable for the {prod} dashboard in the `CheCluster` Custom Resource. | ||
|
|
||
| [source,yaml,subs="+attributes,+quotes"] | ||
| ---- | ||
| apiVersion: org.eclipse.che/v2 | ||
| kind: CheCluster | ||
| spec: | ||
| components: | ||
| dashboard: | ||
| deployment: | ||
| containers: | ||
| - env: | ||
| - name: DWO_NAMESPACE | ||
| value: $OPERATOR_INSTALL_NAMESPACE <1> | ||
| name: che-dashboard | ||
| ---- | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor: The file should end with a final newline after
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed |
||
| <1> For Red Hat OpenShift, the default installation namespace for the {devworkspace} operator is `openshift-operators`. See the xref:devworkspace-operator.adoc[{devworkspace} operator overview]. | ||
| ==== | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This value is the same for both upstream and downstream.