Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Fix helm 3 crds installation + add some docs #282

Merged
merged 22 commits into from
Dec 10, 2020
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
4 changes: 2 additions & 2 deletions deploy/crds/db.orange.com_cassandrabackups_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
to the cloud. Format supported is \d+[KMG] case insensitive. You
can use values like 10M (meaning 10MB), 1024, 1024K, 2G, etc...
type: string
cassandracluster:
cassandraCluster:
description: Name of the CassandraCluster to backup
type: string
concurrentConnections:
Expand Down Expand Up @@ -79,7 +79,7 @@ spec:
description: URI for the backup target location e.g. s3 bucket, filepath
type: string
required:
- cassandracluster
- cassandraCluster
- datacenter
- snapshotTag
- storageLocation
Expand Down
102 changes: 0 additions & 102 deletions deploy/crds/v1beta1/db.orange.com_cassandrabackups_crd.yaml

This file was deleted.

Loading