Skip to content

Commit

Permalink
Merge pull request #383 from hms-dbmi-cellenics/kubernetes-v2
Browse files Browse the repository at this point in the history
event exporter migrated to v2
  • Loading branch information
kafkasl authored May 11, 2022
2 parents e11ff42 + 644ff0e commit 205851d
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 205851d

Please sign in to comment.