Skip to content

Commit

Permalink
chore: remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-observe committed Nov 5, 2024
1 parent 0edd1dc commit a49c6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/stack/logs/multi_line/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Assumes metrics pod not deployed
Assumes observe namespace created
```
helm install --namespace=observe observe-stack observe/stack \
--set global.observe.collectionEndpoint="https://161011529721.collect.observe-eng.com/v1/http" \
--set observe.token.value="ds1sk8qOomExaE9NcCV1:qtm6HgQ_mRuX5lYx7EaSIuAUrnalPDhx" \
--set global.observe.collectionEndpoint="https://12345678.observeinc.com/v1/http" \
--set observe.token.value="dsabcdefghijk:qrstuvwzyz" \
-f ./multiline-values.yaml
```

0 comments on commit a49c6f8

Please sign in to comment.