Skip to content

Commit

Permalink
Run make generate-release again
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Apr 2, 2024
1 parent 8132872 commit 8f07cd3
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openshift/release/artifacts/eventing-kafka-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,9 @@ spec:
- mountPath: /etc/tracing
name: config-tracing
readOnly: true
- mountPath: /etc/features
name: config-features
readOnly: true
- mountPath: /etc/receiver-tls-secret
name: broker-receiver-tls-secret
readOnly: true
Expand Down Expand Up @@ -566,6 +569,8 @@ spec:
value: "false"
- name: CONFIG_TRACING_PATH
value: "/etc/tracing"
- name: CONFIG_FEATURES_PATH
value: "/etc/features"
# https://github.com/fabric8io/kubernetes-client/issues/2212
- name: HTTP2_DISABLE
value: "true"
Expand Down Expand Up @@ -621,6 +626,9 @@ spec:
- name: config-tracing
configMap:
name: config-tracing
- name: config-features
configMap:
name: config-features
- name: broker-receiver-tls-secret
secret:
secretName: kafka-broker-ingress-server-tls
Expand Down
8 changes: 8 additions & 0 deletions openshift/release/artifacts/eventing-kafka-channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,9 @@ spec:
- mountPath: /etc/tracing
name: config-tracing
readOnly: true
- mountPath: /etc/features
name: config-features
readOnly: true
- mountPath: /etc/receiver-tls-secret
name: channel-receiver-tls-secret
readOnly: true
Expand Down Expand Up @@ -565,6 +568,8 @@ spec:
value: "false"
- name: CONFIG_TRACING_PATH
value: "/etc/tracing"
- name: CONFIG_FEATURES_PATH
value: "/etc/features"
# https://github.com/fabric8io/kubernetes-client/issues/2212
- name: HTTP2_DISABLE
value: "true"
Expand Down Expand Up @@ -620,6 +625,9 @@ spec:
- name: config-tracing
configMap:
name: config-tracing
- name: config-features
configMap:
name: config-features
- name: channel-receiver-tls-secret
secret:
secretName: kafka-channel-ingress-server-tls
Expand Down
8 changes: 8 additions & 0 deletions openshift/release/artifacts/eventing-kafka-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ spec:
- mountPath: /etc/tracing
name: config-tracing
readOnly: true
- mountPath: /etc/features
name: config-features
readOnly: true
- mountPath: /etc/receiver-tls-secret
name: sink-receiver-tls-secret
readOnly: true
Expand Down Expand Up @@ -302,6 +305,8 @@ spec:
value: "false"
- name: CONFIG_TRACING_PATH
value: "/etc/tracing"
- name: CONFIG_FEATURES_PATH
value: "/etc/features"
# https://github.com/fabric8io/kubernetes-client/issues/2212
- name: HTTP2_DISABLE
value: "true"
Expand Down Expand Up @@ -357,6 +362,9 @@ spec:
- name: config-tracing
configMap:
name: config-tracing
- name: config-features
configMap:
name: config-features
- name: sink-receiver-tls-secret
secret:
secretName: kafka-sink-ingress-server-tls
Expand Down
24 changes: 24 additions & 0 deletions openshift/release/artifacts/eventing-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3834,6 +3834,9 @@ spec:
- mountPath: /etc/tracing
name: config-tracing
readOnly: true
- mountPath: /etc/features
name: config-features
readOnly: true
- mountPath: /etc/receiver-tls-secret
name: broker-receiver-tls-secret
readOnly: true
Expand Down Expand Up @@ -3878,6 +3881,8 @@ spec:
value: "false"
- name: CONFIG_TRACING_PATH
value: "/etc/tracing"
- name: CONFIG_FEATURES_PATH
value: "/etc/features"
# https://github.com/fabric8io/kubernetes-client/issues/2212
- name: HTTP2_DISABLE
value: "true"
Expand Down Expand Up @@ -3933,6 +3938,9 @@ spec:
- name: config-tracing
configMap:
name: config-tracing
- name: config-features
configMap:
name: config-features
- name: broker-receiver-tls-secret
secret:
secretName: kafka-broker-ingress-server-tls
Expand Down Expand Up @@ -4499,6 +4507,9 @@ spec:
- mountPath: /etc/tracing
name: config-tracing
readOnly: true
- mountPath: /etc/features
name: config-features
readOnly: true
- mountPath: /etc/receiver-tls-secret
name: channel-receiver-tls-secret
readOnly: true
Expand Down Expand Up @@ -4543,6 +4554,8 @@ spec:
value: "false"
- name: CONFIG_TRACING_PATH
value: "/etc/tracing"
- name: CONFIG_FEATURES_PATH
value: "/etc/features"
# https://github.com/fabric8io/kubernetes-client/issues/2212
- name: HTTP2_DISABLE
value: "true"
Expand Down Expand Up @@ -4598,6 +4611,9 @@ spec:
- name: config-tracing
configMap:
name: config-tracing
- name: config-features
configMap:
name: config-features
- name: channel-receiver-tls-secret
secret:
secretName: kafka-channel-ingress-server-tls
Expand Down Expand Up @@ -4896,6 +4912,9 @@ spec:
- mountPath: /etc/tracing
name: config-tracing
readOnly: true
- mountPath: /etc/features
name: config-features
readOnly: true
- mountPath: /etc/receiver-tls-secret
name: sink-receiver-tls-secret
readOnly: true
Expand Down Expand Up @@ -4940,6 +4959,8 @@ spec:
value: "false"
- name: CONFIG_TRACING_PATH
value: "/etc/tracing"
- name: CONFIG_FEATURES_PATH
value: "/etc/features"
# https://github.com/fabric8io/kubernetes-client/issues/2212
- name: HTTP2_DISABLE
value: "true"
Expand Down Expand Up @@ -4995,6 +5016,9 @@ spec:
- name: config-tracing
configMap:
name: config-tracing
- name: config-features
configMap:
name: config-features
- name: sink-receiver-tls-secret
secret:
secretName: kafka-sink-ingress-server-tls
Expand Down

0 comments on commit 8f07cd3

Please sign in to comment.