Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Reflecting the channel subfolder... #530

Merged
merged 1 commit into from
Aug 8, 2019
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
2 changes: 1 addition & 1 deletion kafka/channel/config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: kafka-ch-controller
containers:
- name: controller
image: github.com/knative/eventing-contrib/kafka/cmd/channel_controller
image: github.com/knative/eventing-contrib/kafka/channel/cmd/cmd/channel_controller
env:
- name: CONFIG_LOGGING_NAME
value: config-logging
Expand Down
2 changes: 1 addition & 1 deletion kafka/channel/config/500-dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: kafka-ch-dispatcher
containers:
- name: dispatcher
image: github.com/knative/eventing-contrib/kafka/cmd/channel_dispatcher
image: github.com/knative/eventing-contrib/kafka/channel/cmd/cmd/channel_dispatcher
env:
- name: CONFIG_LOGGING_NAME
value: config-logging
Expand Down
2 changes: 1 addition & 1 deletion kafka/channel/config/500-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- name: kafka-webhook
terminationMessagePolicy: FallbackToLogsOnError
image: github.com/knative/eventing-contrib/kafka/cmd/webhook
image: github.com/knative/eventing-contrib/kafka/channel/cmd/cmd/webhook
volumeMounts:
- name: config-logging
mountPath: /etc/config-logging
Expand Down
4 changes: 2 additions & 2 deletions kafka/channel/config/provisioner/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
serviceAccountName: kafka-channel-controller
containers:
- name: kafka-channel-controller-controller
image: github.com/knative/eventing-contrib/kafka/cmd/controller
image: github.com/knative/eventing-contrib/kafka/channel/cmd/cmd/controller
volumeMounts:
- name: kafka-channel-controller-config
mountPath: /etc/config-provisioner
Expand Down Expand Up @@ -210,7 +210,7 @@ spec:
serviceAccountName: kafka-channel-dispatcher
containers:
- name: dispatcher
image: github.com/knative/eventing-contrib/kafka/cmd/dispatcher
image: github.com/knative/eventing-contrib/kafka/channel/cmd/cmd/dispatcher
env:
- name: SYSTEM_NAMESPACE
valueFrom:
Expand Down