From 13024f2c1055b7c278538951071f5e129be67b14 Mon Sep 17 00:00:00 2001 From: Robert van Dijk Date: Sun, 27 Oct 2024 10:26:49 +0100 Subject: [PATCH] Add administration costs config to events --- apps/events/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/events/deploy.yaml b/apps/events/deploy.yaml index 5b72d4c..90448ff 100644 --- a/apps/events/deploy.yaml +++ b/apps/events/deploy.yaml @@ -167,6 +167,8 @@ spec: value: "https://ch.tudelft.nl/events" - name: GOOGLEWALLET_BASEURL value: "https://ch.tudelft.nl/events" + - name: ADMINISTRATIONCOSTS + value: 0.35 volumeMounts: - mountPath: /events name: events