From 478f4bdce262603bd8669e99608561ea24dc7b9f Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Thu, 23 Feb 2023 15:43:29 +0100 Subject: [PATCH] enable deployment --- kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomization.yaml b/kustomization.yaml index 1682c5b..47af349 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization resources: - ./flux-system - secret.yaml - # - deployment.yaml + - deployment.yaml