Skip to content

Commit

Permalink
event exporter migrated to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkasl committed May 9, 2022
1 parent e9d1ca4 commit 644ff0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nodejs/templates/kubernetes-event-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ data:
- name: "cleanup"
webhook:
{{ if eq .Values.kubernetes.env "production" }}
endpoint: https://api.scp.biomage.net/v1/kubernetesEvents
endpoint: https://api.scp.biomage.net/v2/kubernetesEvents
{{ else }}
endpoint: https://api-{{ .Values.biomageCi.sandboxId }}.scp-staging.biomage.net/v1/kubernetesEvents
endpoint: https://api-{{ .Values.biomageCi.sandboxId }}.scp-staging.biomage.net/v2/kubernetesEvents
{{ end }}
headers:
User-Agent: kube-event-exporter 1.0
Expand Down

0 comments on commit 644ff0e

Please sign in to comment.