From 945f35da6a9ec67a73293865524af64ea04538f1 Mon Sep 17 00:00:00 2001 From: Albert Dixon Date: Wed, 29 Jul 2020 19:22:14 -0700 Subject: [PATCH] charts/argocd-notifications/values: add extraArgs --- charts/argocd-notifications/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argocd-notifications/values.yaml b/charts/argocd-notifications/values.yaml index 3b9e03b7..4882d2fc 100644 --- a/charts/argocd-notifications/values.yaml +++ b/charts/argocd-notifications/values.yaml @@ -89,6 +89,8 @@ secret: logLevel: info +extraArgs: [] + metrics: enabled: false port: 9001