From 34ce60560b9adc2b1c245d2df4e69a4b5b0d3b24 Mon Sep 17 00:00:00 2001 From: Gerald Nunn Date: Sat, 7 Oct 2023 13:23:48 -0700 Subject: [PATCH] Forgot to add template to kustomization --- bootstrap/infra/web-terminal-operator/base/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/infra/web-terminal-operator/base/kustomization.yaml b/bootstrap/infra/web-terminal-operator/base/kustomization.yaml index 9ad12ad..6955479 100644 --- a/bootstrap/infra/web-terminal-operator/base/kustomization.yaml +++ b/bootstrap/infra/web-terminal-operator/base/kustomization.yaml @@ -1,2 +1,3 @@ resources: - subscription.yaml +- devworkspace-template.yaml