From e1c8f49c1123083de3f50e8685347d9cdaeebd94 Mon Sep 17 00:00:00 2001 From: Christoph Thalhammer <25662281+chrthal@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:38:04 +0200 Subject: [PATCH] fix CRD and updated docs --- charts/bitwarden-crd-operator/Chart.yaml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/charts/bitwarden-crd-operator/Chart.yaml b/charts/bitwarden-crd-operator/Chart.yaml index b0d4180..59fc471 100644 --- a/charts/bitwarden-crd-operator/Chart.yaml +++ b/charts/bitwarden-crd-operator/Chart.yaml @@ -61,26 +61,7 @@ annotations: secretRef: passwordOfUser id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" name: "test-secret" - secretType: Obaque - namespace: "default" - labels: - key: value - annotations: - key: value - - apiVersion: lerentis.uploadfilter24.eu/v1beta1 - kind: BitwardenTLSSecret - metadata: - name: test - spec: - content: - - element: - secretName: username - secretRef: nameofUser - - element: - secretName: password - secretRef: passwordOfUser - id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" - name: "test-secret" + secretType: Obaque #Optional namespace: "default" labels: key: value @@ -127,7 +108,7 @@ annotations: artifacthub.io/operator: "true" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - kind: changed + - kind: added description: "Allow custom type for generated secrets" - kind: changed description: "Update python to 3.11.9-r0"