Skip to content

Commit

Permalink
sentry-daemonset:0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stania committed Apr 4, 2024
1 parent 16acbc1 commit d616bd0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ helm repo update logpresso
helm show values logpresso/sentry-daemonset

# Create OWN values-TENANT.yaml using "sonar:" section from previous output
# You must override deployUrl, baseAddr, secret.sonarApiKey
# You must override deployUrl, baseAddr

# Generate a random value for SENTRY_AUTH_TOKEN
export SENTRY_AUTH_TOKEN=`tr -dc a-z0-9 </dev/urandom | head -c 4`-`tr -dc a-z0-9 </dev/urandom | head -c 4`

helm install TENANT-sentry logpresso/sentry-daemonset -f values-TENANT.yaml --set sonar.secret.sentryAuthToken=$SENTRY_AUTH_TOKEN
helm install TENANT-sentry logpresso/sentry-daemonset -f values-TENANT.yaml
```


Expand All @@ -47,7 +44,5 @@ This command removes all the Kubernetes components associated with the chart and
| `sonar.baseAddr` | Address of the Sentry Base (usually NLB) | `TENANT.nlb.logpresso.cloud` |
| `sonar.secret.name` | Name of K8S secret store | `sentry-secrets` |
| `sonar.secret.namespace` | Namespace of Node labels for pod assignment | `default` |
| `sonar.secret.sonarApiKey` | Sonar API key of Sentry Management User on Sonar (GUID) | `""` |
| `sonar.secret.sentryAuthToken` | Authentication token when Sentry connects to the Sentry Base | `{}` |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`
12 changes: 11 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
apiVersion: v1
entries:
sentry-daemonset:
- apiVersion: v2
appVersion: 1.0.0
created: "2024-04-04T12:00:24.746137161+09:00"
description: A Helm Chart for Sonar Sentry Daemonset
digest: bd87c58e78e29d39a0782f14d4dac289d5b3cfb28467465824621be73338c8d3
name: sentry-daemonset
type: application
urls:
- sentry-daemonset-0.0.4.tgz
version: 0.0.4
- apiVersion: v2
appVersion: 1.0.0
created: "2024-04-04T11:03:53.492820498+09:00"
Expand Down Expand Up @@ -62,4 +72,4 @@ entries:
urls:
- sentry-secrets-0.1.0.tgz
version: 0.0.1
generated: "2024-04-04T11:03:53.492426201+09:00"
generated: "2024-04-04T12:00:24.745747558+09:00"
Binary file added sentry-daemonset-0.0.4.tgz
Binary file not shown.

0 comments on commit d616bd0

Please sign in to comment.