From a3ac3e3411f247372b77e8935b790dd54eb344e3 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 17 Oct 2023 17:05:20 +0000 Subject: [PATCH] Add apikey --- sonarr/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonarr/values.yaml b/sonarr/values.yaml index dd2fdfc..b2e686f 100644 --- a/sonarr/values.yaml +++ b/sonarr/values.yaml @@ -13,6 +13,9 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" +metrics: + apikey: 3dab689114304526abd4c360aa690868 + serviceAccount: # Specifies whether a service account should be created create: true