-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating kafka streams console to use productized version
- Loading branch information
1 parent
0eca2d8
commit 8134fa6
Showing
5 changed files
with
49 additions
and
142 deletions.
There are no files selected for viewing
14 changes: 0 additions & 14 deletions
14
...es_ocp_workloads/ocp4_workload_summit_2024_cloud_native_camel/files/kafka-console-cr.yaml
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...le/roles_ocp_workloads/ocp4_workload_summit_2024_cloud_native_camel/files/kafka-user.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
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
16 changes: 16 additions & 0 deletions
16
...roles_ocp_workloads/ocp4_workload_summit_2024_cloud_native_camel/templates/console.yml.j2
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,16 @@ | ||
apiVersion: console.streamshub.github.com/v1alpha1 | ||
kind: Console | ||
metadata: | ||
name: {{ user }}-console | ||
spec: | ||
hostname: streams-console-{{ user }}-{{ globex_ns_suffix }}.{{ route_subdomain }} | ||
kafkaClusters: | ||
- name: kafka | ||
namespace: {{ user }}-{{ globex_ns_suffix }} | ||
listener: plain | ||
properties: | ||
values: [] | ||
valuesFrom: [] | ||
credentials: | ||
kafkaUser: | ||
name: console-kafka-user |
122 changes: 0 additions & 122 deletions
122
...ads/ocp4_workload_summit_2024_cloud_native_camel/templates/kafka-console-template.yaml.j2
This file was deleted.
Oops, something went wrong.