-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ClusterServiceVersion (CSV) for v1.0.0
- Loading branch information
1 parent
7766488
commit 67de3e2
Showing
8 changed files
with
282 additions
and
908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
372 changes: 219 additions & 153 deletions
372
...or/deploy/olm-catalog/cass-operator/1.0.0/cass-operator.v1.0.0.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
420 changes: 0 additions & 420 deletions
420
...or/deploy/olm-catalog/cass-operator/1.1.0/cass-operator.v1.1.0.clusterserviceversion.yaml
This file was deleted.
Oops, something went wrong.
328 changes: 0 additions & 328 deletions
328
operator/deploy/olm-catalog/cass-operator/1.1.0/cassandradatacenters.v1beta1.crd.yaml
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
operator/deploy/olm-catalog/cass-operator/cass-operator.package.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
channels: | ||
- currentCSV: cass-operator.v1.1.0 | ||
- currentCSV: cass-operator.v1.0.0 | ||
name: stable | ||
defaultChannel: stable | ||
packageName: cass-operator |
23 changes: 23 additions & 0 deletions
23
operator/example-cassdc-yaml/cassandra-3.11.6/example-cassdc-scorecard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
apiVersion: cassandra.datastax.com/v1beta1 | ||
kind: CassandraDatacenter | ||
metadata: | ||
name: dc1 | ||
namespace: default | ||
spec: | ||
size: 1 | ||
resources: {} | ||
clusterName: cluster1 | ||
serverVersion: 3.11.6 | ||
racks: | ||
- name: r1 | ||
serverType: cassandra | ||
storageConfig: | ||
cassandraDataVolumeClaimSpec: | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 500Mi | ||
storageClassName: local-storage | ||
managementApiAuth: | ||
insecure: {} |
23 changes: 23 additions & 0 deletions
23
operator/example-cassdc-yaml/dse-6.8.0/example-cassdc-scorecard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
apiVersion: cassandra.datastax.com/v1beta1 | ||
kind: CassandraDatacenter | ||
metadata: | ||
name: dc1 | ||
namespace: default | ||
spec: | ||
size: 1 | ||
resources: {} | ||
clusterName: cluster1 | ||
serverVersion: 6.8.0 | ||
racks: | ||
- name: r1 | ||
serverType: dse | ||
storageConfig: | ||
cassandraDataVolumeClaimSpec: | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 500Mi | ||
storageClassName: local-storage | ||
managementApiAuth: | ||
insecure: {} |