Skip to content

Commit 6ecda27

Browse files
authored
Update README to always use the yaml file in the releases. (#606)
1 parent b40886b commit 6ecda27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To install the integration, you must use the [kubectl](https://kubernetes.io/doc
4444
**Note**: If you already have the deprecated Kubernetes Integration installed by using Helm or manual deployment, *uninstall* it before you install the Operator.
4545

4646
```
47-
kubectl apply -f https://raw.githubusercontent.com/wavefrontHQ/observability-for-kubernetes/main/deploy/wavefront-operator.yaml
47+
kubectl apply -f https://github.com/wavefrontHQ/observability-for-kubernetes/releases/download/CURRENT_VERSION/wavefront-operator.yaml
4848
```
4949

5050
2. Create a Kubernetes secret with your Wavefront API token.
@@ -217,7 +217,7 @@ In addition to these, here are some [general log attributes](https://docs.wavefr
217217
Upgrade the Observability for Kubernetes Operator and underlying agents to a new version by running the following command :
218218
219219
```
220-
kubectl apply -f https://raw.githubusercontent.com/wavefrontHQ/observability-for-kubernetes/main/deploy/wavefront-operator.yaml
220+
kubectl apply -f https://github.com/wavefrontHQ/observability-for-kubernetes/releases/download/NEW_VERSION/wavefront-operator.yaml
221221
```
222222
223223
Note: This command will not upgrade any existing deprecated Helm or manual installations. See [migration.md](docs/operator/migration.md) for migration instructions.
@@ -237,7 +237,7 @@ kubectl apply -f https://github.com/wavefrontHQ/observability-for-kubernetes/rel
237237
To remove the Observability for Kubernetes Operator from your environment, run the following command:
238238
239239
```
240-
kubectl delete -f https://raw.githubusercontent.com/wavefrontHQ/observability-for-kubernetes/main/deploy/wavefront-operator.yaml
240+
kubectl apply -f https://github.com/wavefrontHQ/observability-for-kubernetes/releases/download/CURRENT_VERSION/wavefront-operator.yaml
241241
```
242242
243243
# Contribution

0 commit comments

Comments
 (0)