From e967320dcf25bc8f67809a33a4a92ca509b5721e Mon Sep 17 00:00:00 2001 From: Chris Grimmett Date: Mon, 22 Apr 2024 20:10:42 +0000 Subject: [PATCH] add missing namespace --- charts/fp/templates/ipfs-service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/fp/templates/ipfs-service.yaml b/charts/fp/templates/ipfs-service.yaml index 3b5e30d..c43bc44 100644 --- a/charts/fp/templates/ipfs-service.yaml +++ b/charts/fp/templates/ipfs-service.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Service metadata: name: ipfs-service + namespace: default annotations: meta.helm.sh/release-name: fp meta.helm.sh/release-namespace: default