From 8c3714f7e01371aad4cde42d457642dd631e81f2 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Thu, 11 May 2023 10:37:44 +0200 Subject: [PATCH] fix trailing spaces --- charts/bitwarden-crd-operator/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/bitwarden-crd-operator/Chart.yaml b/charts/bitwarden-crd-operator/Chart.yaml index ca0f4c8..74e7d1a 100644 --- a/charts/bitwarden-crd-operator/Chart.yaml +++ b/charts/bitwarden-crd-operator/Chart.yaml @@ -20,7 +20,7 @@ home: https://lerentis.github.io/bitwarden-crd-operator/ sources: - https://github.com/Lerentis/bitwarden-crd-operator -kubeVersion: '>= 1.23.0-0' +kubeVersion: ">= 1.23.0-0" maintainers: - name: lerentis @@ -55,10 +55,10 @@ annotations: content: - element: secretName: username - secretRef: nameofUser + secretRef: nameofUser - element: secretName: password - secretRef: passwordOfUser + secretRef: passwordOfUser id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" name: "test-secret" namespace: "default" @@ -90,9 +90,9 @@ annotations: apps: "some.app.identifier:some_version": pubkey: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "fields", "public_key") }} - enabled: true + enabled: true artifacthub.io/license: MIT - artifacthub.io/operator: "true" + artifacthub.io/operator: "true" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: fixed