From 898fe3c9b0f916a149226567b83dfb70eb054a1d Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 13 Oct 2022 02:59:14 +0200 Subject: [PATCH] feat(iot): Add flux service account to shelly-exporter --- apps/base/iot/shelly-exporter.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/iot/shelly-exporter.yaml b/apps/base/iot/shelly-exporter.yaml index 6fdd65454..3a41c0452 100644 --- a/apps/base/iot/shelly-exporter.yaml +++ b/apps/base/iot/shelly-exporter.yaml @@ -4,6 +4,7 @@ metadata: name: shelly-exporter namespace: iot spec: + serviceAccountName: flux-reconciler releaseName: shelly-exporter chart: spec: -- GitLab