Skip to content
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

Deploy-operator doc update #83

Open
damobrisbane opened this issue Jan 31, 2024 · 0 comments
Open

Deploy-operator doc update #83

damobrisbane opened this issue Jan 31, 2024 · 0 comments

Comments

@damobrisbane
Copy link

damobrisbane commented Jan 31, 2024

In https://github.com/observatorium/operator/blob/master/docs/deploy-operator.md, instruction says "create project observatorium", then goes into other projects, before losing context:

....

#### Create Namespaces

```shell
kubectl create namespace observatorium

S3 storage endpoint and secret

For testing purposes you may use minio as described below.

kubectl create namespace observatorium-minio
....

<<< WE ARE NO LONGER IN NS "OBSERVATORIUM >>>

and 2)

RBAC Configuration, step apply service_account.yaml, is namespace default:

....
  name: observatorium-operator
subjects:
- kind: ServiceAccount
  name: observatorium-operator
  namespace: default

So where does the deployment of resources into namespace observatorium" actually start?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant