Skip to content

Commit

Permalink
Fixing file mode on Kafka CDC connector docs
Browse files Browse the repository at this point in the history
Adjusted invalid operator manifest
  • Loading branch information
bradfordcp committed Nov 6, 2019
1 parent 5d3d0f5 commit e05e582
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions dse-k8s-operator/datastax-operator-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,16 @@ spec:
type: object
spec:
properties:
configBuilderImage:
description: Container image for the DSE config builder init container,
with host, path, and tag
type: string
dseClusterName:
description: The name by which CQL clients and DSE instances will know
the DSE cluster. If the same cluster name is shared by multiple DseDatacenters
in the same Kubernetes namespace, they will join together in a multi-datacenter
DSE cluster.
type: string
dseImage:
description: 'DSE container image name. More info: https://kubernetes.io/docs/concepts/containers/images'
type: string
dseVersion:
description: DSE version number
type: string
configBuilderImage:
description: Container image for the DSE config builder init container,
with host, path, and tag
type: string
parked:
description: Indicates no DSE nodes should run, like powering down bare
metal servers. Volume resources will be left intact in Kubernetes
Expand All @@ -144,6 +138,9 @@ spec:
- name
type: object
type: array
repository:
description: DSE container image repository, with host and path
type: string
resources:
description: Kubernetes resource requests and limits, per DSE pod
type: object
Expand All @@ -162,9 +159,11 @@ spec:
required:
- storageclassname
type: object
version:
description: DSE container image tag
type: string
required:
- size
- dseVersion
- dseClusterName
type: object
status:
Expand Down Expand Up @@ -199,7 +198,6 @@ spec:
serviceAccountName: dse-operator
containers:
- name: dse-operator
# FIXME Replace this with the built image name
image: datastaxlabs/dse-k8s-operator:0.3.0-20190822
imagePullPolicy: IfNotPresent
env:
Expand Down
Empty file modified kafka-connector-cdc/cassandra.yaml
100644 → 100755
Empty file.
Empty file modified kafka-connector-cdc/dse.yaml
100644 → 100755
Empty file.

0 comments on commit e05e582

Please sign in to comment.