From 649f3628246401bcabca8d6924cda0a50d2d32fb Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 19 Apr 2024 04:54:03 -0600 Subject: [PATCH] remove extra configuration from rabbitmq --- charts/kyoo/Chart.yaml | 2 +- charts/kyoo/values.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/kyoo/Chart.yaml b/charts/kyoo/Chart.yaml index ac2f0c6..1dbf641 100644 --- a/charts/kyoo/Chart.yaml +++ b/charts/kyoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kyoo -version: 0.1.2 +version: 0.1.3 description: Chart for Kyoo keywords: - media diff --git a/charts/kyoo/values.yaml b/charts/kyoo/values.yaml index 8fc3cda..af482eb 100644 --- a/charts/kyoo/values.yaml +++ b/charts/kyoo/values.yaml @@ -816,11 +816,7 @@ rabbitmq: ## Use this instead of `configuration` to add more configuration ## Do not use simultaneously with `extraConfigurationExistingSecret` ## - extraConfiguration: |- - default_vhost = none - default_permissions.configure = .* - default_permissions.read = .* - default_permissions.write = .* + extraConfiguration: "" ## Meilisearch ## https://github.com/meilisearch/meilisearch-kubernetes/blob/main/charts/meilisearch/values.yaml