Skip to content

Commit

Permalink
Integrate Strimzi Access Operator into the release bundle (strimzi#10738
Browse files Browse the repository at this point in the history
)

Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj authored Oct 19, 2024
1 parent 1530d47 commit 2149b43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ This folder contains different examples of Strimzi custom resources and demonstr
* Sample Grafana installation files
* JMX Trans deployment
* [Security](./security)
* Deployments of Kafka, Kafka Connect and HTTP Bridge using TLS encryption, authentication and authorization
* Deployments of Kafka, Kafka Connect and HTTP Bridge using TLS encryption, authentication and authorization
* [Kafka Access examples](./kafka-access)
* Examples of the `KafkaAccess` resources for the Strimzi Access Operator
1 change: 1 addition & 0 deletions packaging/install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ release:
$(CP) -r ./topic-operator $(RELEASE_PATH)/
$(CP) -r ./strimzi-admin $(RELEASE_PATH)/
$(CP) -r ./drain-cleaner $(RELEASE_PATH)/
$(CP) -r ./access-operator $(RELEASE_PATH)/

java_build: crd_install
java_install: java_build
Expand Down

0 comments on commit 2149b43

Please sign in to comment.