From a614351f64e42396be1088c963bd3cfc89b18a3d Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 2 Feb 2022 01:32:38 +0100 Subject: [PATCH] fix(longhorn): Add missing servicemonitor inclusion --- infrastructure/longhorn/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/longhorn/kustomization.yaml b/infrastructure/longhorn/kustomization.yaml index de19fb8c5..18405dbe0 100644 --- a/infrastructure/longhorn/kustomization.yaml +++ b/infrastructure/longhorn/kustomization.yaml @@ -5,6 +5,7 @@ resources: - namespace.yaml - repository.yaml - release.yaml + - servicemonitor.yaml # Add network policies - https://git.shivering-isles.com/github-mirror/longhorn/longhorn/-/raw/v1.2.3/examples/network-policy/manager-network-policy.yaml - https://git.shivering-isles.com/github-mirror/longhorn/longhorn/-/raw/v1.2.3/examples/network-policy/instance-manager-networking.yaml -- GitLab