Skip to content

Commit 30c8b74

Browse files
VanillaSpoonopenshift-merge-robot
authored andcommitted
docs: add namespace information for instascale-ocm-secret
1 parent 22df9df commit 30c8b74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ Key features:
3838
- Deploy MCAD using steps [here](https://github.com/project-codeflare/multi-cluster-app-dispatcher/blob/main/doc/deploy/deployment.md).
3939

4040
- In Visual Studio Code update `.vscode/launch.json` so that `"KUBECONFIG"` points to your Kubernetes config file.<br>
41-
- If you changed the namespace in `instascale-configmap.yaml` update the `args[]` in `launch.json` to include `--configs-namespace="<YOUR_NAMESPACE>"`.<br>
41+
- If you changed the namespace in `config/default/kustomization.yaml` update the `args[]` in `launch.json` to include `"--configs-namespace=<YOUR_NAMESPACE>", "--ocm-secret-namespace=<YOUR_NAMESPACE>"`.<br>
4242
- You can now run the local deployment with the debugger.
4343
## Running locally with a OSD cluster
4444
Running InstaScale locally to an OSD cluster requires extra steps from the above.
4545
- Add the `instascale-ocm-secret`
4646
- Get your API token from [here](https://console.redhat.com/openshift/token)
4747
- Navigate to Workloads -> secrets
48+
- Select your project to `instascale-system`
4849
- Click Create -> Key/value secret
4950
- Secret name: `instascale-ocm-secret`
5051
- Key: `token`

0 commit comments

Comments
 (0)