Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ spec:
description: Backup contains configuration options for configuring
backup for this MongoDB resource
properties:
autoTerminateOnDeletion:
description: AutoTerminateOnDeletion indicates if the Operator
should stop and terminate the Backup before the cleanup, when
the MongoDB CR is deleted
type: boolean
mode:
enum:
- enabled
Expand Down Expand Up @@ -850,6 +855,11 @@ spec:
description: Backup contains configuration options for configuring
backup for this MongoDB resource
properties:
autoTerminateOnDeletion:
description: AutoTerminateOnDeletion indicates if the Operator
should stop and terminate the Backup before the cleanup, when
the MongoDB CR is deleted
type: boolean
mode:
enum:
- enabled
Expand Down Expand Up @@ -2028,6 +2038,55 @@ spec:
- name
type: object
type: array
s3OpLogStores:
description: S3OplogStoreConfigs describes the list of s3 oplog
store configs used for backup.
items:
properties:
irsaEnabled:
description: 'This is only set to "true" when user is running
in EKS and is using AWS IRSA to configure S3 snapshot
store. For more details refer this: https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/'
type: boolean
mongodbResourceRef:
properties:
name:
type: string
namespace:
type: string
required:
- name
type: object
mongodbUserRef:
properties:
name:
type: string
required:
- name
type: object
name:
type: string
pathStyleAccessEnabled:
type: boolean
s3BucketEndpoint:
type: string
s3BucketName:
type: string
s3SecretRef:
properties:
name:
type: string
required:
- name
type: object
required:
- name
- pathStyleAccessEnabled
- s3BucketEndpoint
- s3BucketName
- s3SecretRef
type: object
type: array
s3Stores:
items:
properties:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions helm_chart/Chart.yaml

This file was deleted.

Loading