From 0f0b20bb664175c5904340eef002a2216bcdbb57 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 25 Jan 2022 04:02:25 +0100 Subject: [PATCH] fix(system-upgrades): Add missing inclusion --- infrastructure/system-upgrades/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/system-upgrades/kustomization.yaml b/infrastructure/system-upgrades/kustomization.yaml index 1ebd62b55..6f6c7a78b 100644 --- a/infrastructure/system-upgrades/kustomization.yaml +++ b/infrastructure/system-upgrades/kustomization.yaml @@ -6,3 +6,4 @@ resources: - calver-server.yaml - longhorn-lvm.yaml - longhorn-setup.yaml + - fedora-temperature-monitoring.yaml -- GitLab