From 4ce70f72e7d8b4d936ec7c11c07795ddd7e39ad2 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Tue, 19 May 2020 14:04:26 +0200
Subject: [PATCH] Use locally built local-path-provisioner for now

---
 .../apps/templates/settings/local-path-provisioner.yaml      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ansible/roles/apps/templates/settings/local-path-provisioner.yaml b/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
index 07ac9a45f..ba3e88d9a 100644
--- a/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
+++ b/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
@@ -5,3 +5,8 @@ nodePathMap:
 storageClass:
   defaultClass: true
   name: "local-storage"
+# We temporarily use our own build, as we want the human-readable directories,
+# but that is not yet released.
+image:
+  repository: "open.greenhost.net:4567/openappstack/openappstack/local-path-provisioner"
+  tag: "unreleased"
-- 
GitLab