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

Commit

Permalink
Reflecting the channel subfolder... (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew authored and knative-prow-robot committed Aug 8, 2019
1 parent 135727b commit 472067a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 472067a

Please sign in to comment.