From eef856562bf0c3097a98475499cdcacf10b34dd0 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 27 Apr 2022 02:48:54 +0200 Subject: [PATCH] fix(starboard): Fix another copy-paste error --- infrastructure/starboard/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/starboard/kustomization.yaml b/infrastructure/starboard/kustomization.yaml index 74c52a929..aa20e1fc5 100644 --- a/infrastructure/starboard/kustomization.yaml +++ b/infrastructure/starboard/kustomization.yaml @@ -1,6 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -namespace: longhorn-system +namespace: starboard-system resources: - namespace.yaml - repository.yaml -- GitLab