From 8e55728ce718a088d3e5da63a8730ae62c207348 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:48:04 -0700 Subject: [PATCH] Update crds for kubedb/apimachinery@f9f5d3f7 (#1350) Signed-off-by: 1gtm <1gtm@appscode.com> --- charts/kubedb-crds/crds/kubedb.com_memcacheds.yaml | 4 ++++ crds/kubedb-crds.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/charts/kubedb-crds/crds/kubedb.com_memcacheds.yaml b/charts/kubedb-crds/crds/kubedb.com_memcacheds.yaml index a971d7774..e8a7b8b8e 100644 --- a/charts/kubedb-crds/crds/kubedb.com_memcacheds.yaml +++ b/charts/kubedb-crds/crds/kubedb.com_memcacheds.yaml @@ -49,6 +49,8 @@ spec: properties: authSecret: properties: + externallyManaged: + type: boolean name: default: "" type: string @@ -845,6 +847,8 @@ spec: - WipeOut - DoNotTerminate type: string + disableAuth: + type: boolean halted: type: boolean healthChecker: diff --git a/crds/kubedb-crds.yaml b/crds/kubedb-crds.yaml index 491745830..5a3c4d494 100644 --- a/crds/kubedb-crds.yaml +++ b/crds/kubedb-crds.yaml @@ -216822,6 +216822,8 @@ spec: properties: authSecret: properties: + externallyManaged: + type: boolean name: default: "" type: string @@ -217618,6 +217620,8 @@ spec: - WipeOut - DoNotTerminate type: string + disableAuth: + type: boolean halted: type: boolean healthChecker: