pulsar-resources-operator
pulsar-resources-operator copied to clipboard
### Motivation  https://github.com/streamnative/streamnative-ci/actions/runs/9199165374/job/25303406590 ### Verifying this change - [x] Make sure that the change passes the CI checks. ### Documentation Check the box below. Need to update docs? -...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Master Issue: #108 ### Motivation Helm chart changes related to #143 Adds the updated CRD and adds support for volumes to the operator to provide the necessary certificates (e.g. from...
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #108 ### Motivation As mentioned in issue, we would like to make use of TLS authentication since pulsar...
when use argocd deploy the helm chart, we're not be able to delete the app when 'CleanUpAfterDeletion' enabled. the work around is to set the the argocd finalizers to use...
### Background Now the resource operator uses a single controller for all resources CR, and the reconcile now is executed sequentially. If one resource is illegal the reconcile will be...
Add the dependency between PulsarTenant, PulsarNamespace and PulsarTopic to avoid blocking during the delete stage.
- [ ] Generate bundles and images in the CI. https://github.com/streamnative/pulsar-resources-operator/pull/134 - [ ] Release a test version to the operatorhub manually. https://github.com/k8s-operatorhub/community-operators/pull/3086 - [ ] Release a test version...
### Namespace ``` apiVersion: resource.streamnative.io/v1alpha1 kind: PulsarNamespace metadata: name: test-pulsar-namespace namespace: test spec: name: test-tenant/testns connectionRef: name: test-pulsar-connection schemaCompatibilityStrategy isAllowAutoUpdateSchema schemaValidationEnforced ``` | Policy | Type | Allowed values |...