Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: olm samples #174

Merged
merged 1 commit into from
Dec 1, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ spec:
kind: PulsarTopic
name: pulsartopics.resource.streamnative.io
version: v1alpha1
- description: PulsarGeoReplication is the Schema for the pulsargeoreplications API
displayName: Pulsar GeoReplication
kind: PulsarGeoReplication
name: pulsargeoreplication.resource.streamnative.io
version: v1alpha1
description: |
Authored by [StreamNative](https://streamnative.io), this Pulsar Resources Operator is a controller that manages the Pulsar resources automatically using the manifest on Kubernetes. Therefore, you can manage the Pulsar resources without the help of `pulsar-admin` or `pulsarctl` CLI tool. It is useful for initializing basic resources when creating a new Pulsar cluster.

Expand Down
28 changes: 0 additions & 28 deletions config/samples/remote_connection.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
apiVersion: resource.streamnative.io/v1alpha1
kind: PulsarConnection
metadata:
name: local-pulsarconnection
namespace: default
name: pulsarconnection-sample
namespace: pulsar
spec:
clusterName: brokers
brokerServiceURL: pulsar://brokers-broker-0.brokers-broker-headless.default.svc.cluster.local:6650
adminServiceURL: http://brokers-broker-0.brokers-broker-headless.default.svc.cluster.local:8080
adminServiceURL: http://c-sn-platform-broker.pulsar.svc.cluster.local:8080
authentication:
token:
value: "fdlksjflk"
secretRef:
name: c-sn-platform-vault-secret-env-injection
key: brokerClientAuthenticationParameters
1 change: 0 additions & 1 deletion config/samples/resource_v1alpha1_pulsarpermission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
actions:
- produce
- consume

---
apiVersion: resource.streamnative.io/v1alpha1
kind: PulsarPermission
Expand Down
22 changes: 0 additions & 22 deletions config/samples/test-secert.yaml

This file was deleted.

Loading