From 273867f6d7db11a73e401f1ae8e83979d94c8404 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 15 Sep 2022 10:17:29 +0200 Subject: [PATCH] added calculator image stream to openshift template --- app-config/openshift/imagestreams.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app-config/openshift/imagestreams.yaml b/app-config/openshift/imagestreams.yaml index 39797c5c..86a4780d 100644 --- a/app-config/openshift/imagestreams.yaml +++ b/app-config/openshift/imagestreams.yaml @@ -34,3 +34,11 @@ spec: lookupPolicy: local: False + - + kind: ImageStream + apiVersion: image.openshift.io/v1 + metadata: + name: calculator + spec: + lookupPolicy: + local: False