From 61b341e40961770b285725cecafbc28de95054fe Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 4 Feb 2018 03:40:13 +0100 Subject: change handling of flags --- templates/default/flumotion/recorder.xml.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/default/flumotion/recorder.xml.j2') diff --git a/templates/default/flumotion/recorder.xml.j2 b/templates/default/flumotion/recorder.xml.j2 index b2fce9e..2634978 100644 --- a/templates/default/flumotion/recorder.xml.j2 +++ b/templates/default/flumotion/recorder.xml.j2 @@ -8,7 +8,11 @@ {{ component.feeder }} %% for name, value in component.properties.items() +%% if globals.deployment.type == "kubernetes" and name == "directory" + /srv/recordings/{{ component._recorder_id }} +%% else {{ value }} +%% endif %% endfor false -- cgit v1.2.3