From 8633de772649f65f57f9fce6a5e5362c783d6678 Mon Sep 17 00:00:00 2001 From: alb-car Date: Tue, 5 Dec 2023 16:35:53 +0100 Subject: [PATCH] small CRD description fix --- api/v1/dremiorestserver_types.go | 2 +- .../bases/operator.dremiorestserver.com_dremiorestservers.yaml | 3 ++- deployment.yaml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/api/v1/dremiorestserver_types.go b/api/v1/dremiorestserver_types.go index f0ae6e5..49b63c2 100644 --- a/api/v1/dremiorestserver_types.go +++ b/api/v1/dremiorestserver_types.go @@ -45,7 +45,7 @@ type ConnectionProperties struct { Password string `json:"password,omitempty"` // Additional JDBC options supported by the Arrow Flight SQL JDBC driver that will be passed as query parameters (e.g.: useEncryption=false&disableCertificateVerification=true) JdbcProperties string `json:"jdbcProperties,omitempty"` - // Alternative to password + // Alternative to user and password properties; secret will have to contain USER and PASSWORD SecretName string `json:"secretName,omitempty"` } diff --git a/config/crd/bases/operator.dremiorestserver.com_dremiorestservers.yaml b/config/crd/bases/operator.dremiorestserver.com_dremiorestservers.yaml index 18a5915..bdaa5e9 100644 --- a/config/crd/bases/operator.dremiorestserver.com_dremiorestservers.yaml +++ b/config/crd/bases/operator.dremiorestserver.com_dremiorestservers.yaml @@ -50,7 +50,8 @@ spec: port: type: integer secretName: - description: Alternative to password + description: Alternative to user and password properties; secret + will have to contain USER and PASSWORD type: string user: type: string diff --git a/deployment.yaml b/deployment.yaml index c285202..bc4934b 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -62,7 +62,8 @@ spec: port: type: integer secretName: - description: Alternative to password + description: Alternative to user and password properties; secret + will have to contain USER and PASSWORD type: string user: type: string