Skip to content

Commit

Permalink
Add SENTRY_DSN to operator (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Jan 15, 2024
1 parent af44fbd commit 0cc58dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/v3-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: v3-operator
version: 3.2.8
version: 3.2.9
appVersion: v1.0.6
description: Operator hosted service for Stakewise V3 protocol.
type: application
Expand Down
3 changes: 3 additions & 0 deletions charts/v3-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ data:
METRICS_HOST: {{ .Values.serviceMonitor.host | quote }}
METRICS_PORT: {{ .Values.metrics.port | quote }}
MAX_FEE_PER_GAS_GWEI: {{ .Values.settings.maxFeePerGasGwei | quote }}
{{- if .Values.settings.sentryDSN }}
SENTRY_DSN: {{ .Values.settings.sentryDSN | quote }}
{{- else }}
3 changes: 3 additions & 0 deletions charts/v3-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ settings:
# If specified, wallet will be obtained from the secret
walletSecretName: ""

# Sentry connection string
# sentryDSN: ""

# Additional arguments to path to operator
extraFlags: []

Expand Down

0 comments on commit 0cc58dd

Please sign in to comment.