Skip to content

Commit

Permalink
Move job sink certificate out of config core (#7993)
Browse files Browse the repository at this point in the history
* Move JobSink Certificate out of config/core

This avoids including `Certificate` in `eventing-core.yaml`

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Fix symlink

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

---------

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi authored Jun 12, 2024
1 parent b18b1b1 commit 67ceb9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/500-job-sink.yaml
1 change: 1 addition & 0 deletions hack/generate-yamls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ko resolve ${KO_YAML_FLAGS} -Rf config/channels/in-memory-channel/ | "${LABEL_YA

# Create eventing TLS yaml
ko resolve ${KO_YAML_FLAGS} \
-Rf config/core-tls/ \
-Rf config/channels/in-memory-channel-tls/ \
-Rf config/brokers/mt-channel-broker-tls/ \
| "${LABEL_YAML_CMD[@]}" > "${EVENTING_TLS_YAML}"
Expand Down

0 comments on commit 67ceb9e

Please sign in to comment.