From 5e611d1ed06dd4eab6ec09db18c13c2b76072496 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 15 Aug 2021 19:55:44 +0200 Subject: [PATCH] fix(rook): Actually use pull-through method for image-stream --- infrastructure/rook/imagestream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/rook/imagestream.yaml b/infrastructure/rook/imagestream.yaml index aa66b8123..fece02757 100644 --- a/infrastructure/rook/imagestream.yaml +++ b/infrastructure/rook/imagestream.yaml @@ -15,4 +15,4 @@ spec: importPolicy: scheduled: true referencePolicy: - type: Source + type: Local -- GitLab