Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Feb 8, 2024
1 parent 45a1d30 commit bc93df4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_zookeepers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ spec:
type: object
spec:
properties:
adminServerPort:
default: 8080
format: int32
type: integer
authSecret:
properties:
externallyManaged:
Expand Down Expand Up @@ -2731,6 +2735,7 @@ spec:
version:
type: string
required:
- adminServerPort
- version
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_zookeepers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ spec:
type: object
spec:
properties:
adminServerPort:
default: 8080
format: int32
type: integer
authSecret:
properties:
externallyManaged:
Expand Down Expand Up @@ -2731,6 +2735,7 @@ spec:
version:
type: string
required:
- adminServerPort
- version
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182378,6 +182378,10 @@ spec:
type: object
spec:
properties:
adminServerPort:
default: 8080
format: int32
type: integer
authSecret:
properties:
externallyManaged:
Expand Down Expand Up @@ -185069,6 +185073,7 @@ spec:
version:
type: string
required:
- adminServerPort
- version
type: object
status:
Expand Down

0 comments on commit bc93df4

Please sign in to comment.