From 005ea3191cef2f6152c6710576e92c959c636ce6 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 24 Feb 2023 21:38:45 +0100 Subject: [PATCH] Argo pvc [CI SKIP] --- .argo/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.argo/kustomization.yaml b/.argo/kustomization.yaml index b002007..6263908 100644 --- a/.argo/kustomization.yaml +++ b/.argo/kustomization.yaml @@ -2,4 +2,5 @@ commonLabels: app: npm-cache resources: - deployment.yaml - - service.yaml \ No newline at end of file + - service.yaml + - pvc.yaml \ No newline at end of file