Skip to content

Commit

Permalink
Enabled added to AuthProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslav-viravec committed Jun 19, 2024
1 parent 73a330f commit 3fd258f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ type TLSProperties struct {

// AuthProperties models for authentication
type AuthProperties struct {
Enabled bool `json:"enabled,omitempty"`
ExistingSecret string `json:"existingSecret,omitempty"`
}

Expand Down
2 changes: 2 additions & 0 deletions crds/cache.cs.sap.com_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,8 @@ spec:
auth:
description: AuthProperties models for authentication
properties:
enabled:
type: boolean
existingSecret:
type: string
type: object
Expand Down

0 comments on commit 3fd258f

Please sign in to comment.