Skip to content

Commit c918353

Browse files
committed
chore: run precommit tasks
1 parent 0a4e6e8 commit c918353

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
@@ -7569,6 +7569,13 @@ spec:
75697569
nullable: true
75707570
type: object
75717571
x-kubernetes-preserve-unknown-fields: true
7572+
connectionStringSecretAnnotations:
7573+
additionalProperties:
7574+
type: string
7575+
description: ConnectionStringSecretAnnotations is the annotations
7576+
of the secret object created by the operator which exposes
7577+
the connection strings for the user.
7578+
type: object
75727579
connectionStringSecretName:
75737580
description: |-
75747581
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)