Skip to content

Commit

Permalink
small CRD description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alb-car committed Dec 5, 2023
1 parent bb51c1b commit 8633de7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/dremiorestserver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8633de7

Please sign in to comment.