Skip to content

Commit e87cef8

Browse files
committed
chore: run precommit tasks
1 parent 71d86db commit e87cef8

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

config/crd/bases/mongodbcommunity.mongodb.com_mongodbcommunity.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,13 @@ spec:
577577
nullable: true
578578
type: object
579579
x-kubernetes-preserve-unknown-fields: true
580+
connectionStringSecretAnnotations:
581+
additionalProperties:
582+
type: string
583+
description: ConnectionStringSecretAnnotations is the annotations
584+
of the secret object created by the operator which exposes
585+
the connection strings for the user.
586+
type: object
580587
connectionStringSecretName:
581588
description: |-
582589
ConnectionStringSecretName is the name of the secret object created by the operator which exposes the connection strings for the user.

helm_chart/crds/mongodbcommunity.mongodb.com_mongodbcommunity.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,13 @@ spec:
577577
nullable: true
578578
type: object
579579
x-kubernetes-preserve-unknown-fields: true
580+
connectionStringSecretAnnotations:
581+
additionalProperties:
582+
type: string
583+
description: ConnectionStringSecretAnnotations is the annotations
584+
of the secret object created by the operator which exposes
585+
the connection strings for the user.
586+
type: object
580587
connectionStringSecretName:
581588
description: |-
582589
ConnectionStringSecretName is the name of the secret object created by the operator which exposes the connection strings for the user.

mongodb-community-operator/api/v1/zz_generated.deepcopy.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/crds.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7341,6 +7341,13 @@ spec:
73417341
nullable: true
73427342
type: object
73437343
x-kubernetes-preserve-unknown-fields: true
7344+
connectionStringSecretAnnotations:
7345+
additionalProperties:
7346+
type: string
7347+
description: ConnectionStringSecretAnnotations is the annotations
7348+
of the secret object created by the operator which exposes
7349+
the connection strings for the user.
7350+
type: object
73447351
connectionStringSecretName:
73457352
description: |-
73467353
ConnectionStringSecretName is the name of the secret object created by the operator which exposes the connection strings for the user.

0 commit comments

Comments
 (0)