Skip to content

Commit

Permalink
[chore] drop OPERATOR_NAMESPACE=tempo-operator-system from example co…
Browse files Browse the repository at this point in the history
…mmands (#832)

It's the default value, no need to specify it.

Signed-off-by: Andreas Gerstmayr <[email protected]>
  • Loading branch information
andreasgerstmayr authored Mar 6, 2024
1 parent 867d907 commit 386cd05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The `manifests` target will update the image locations and versions of files in
### Using OLM
Install latest released version:
```
IMG_PREFIX=ghcr.io/grafana/tempo-operator OPERATOR_VERSION=old_xyz OPERATOR_NAMESPACE=tempo-operator-system make olm-deploy
IMG_PREFIX=ghcr.io/grafana/tempo-operator OPERATOR_VERSION=old_xyz make olm-deploy
```

Build and push operator and bundle image to a container registry:
Expand All @@ -92,7 +92,7 @@ IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z BUNDLE_VARIANT=openshi

Upgrade to new version:
```
IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z OPERATOR_NAMESPACE=tempo-operator-system make olm-upgrade
IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z make olm-upgrade
```

### Using Manifests
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Note: The e2e tests require [opentelemetry-operator](https://github.com/open-tel

```
kubectl create namespace tempo-operator-system
IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z BUNDLE_VARIANT=openshift OPERATOR_NAMESPACE=tempo-operator-system make bundle docker-build docker-push bundle-build bundle-push olm-deploy
IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z BUNDLE_VARIANT=openshift make bundle docker-build docker-push bundle-build bundle-push olm-deploy
make e2e e2e-openshift
```

Expand Down

0 comments on commit 386cd05

Please sign in to comment.