Skip to content

Commit

Permalink
fix cloud2edge
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Van Haerenborgh <[email protected]>
  • Loading branch information
vhdirk committed Dec 12, 2022
1 parent b70c4fc commit 5cf3ad4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cloud2edge/templates/post-install-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
secret:
secretName: {{ printf "%s-%s" .Release.Name "ditto-gateway-secret" }}
{{- if and .Values.hono.kafkaMessagingClusterExample .Values.hono.kafkaMessagingClusterExample.enabled }}
{{- $args := dict "dot" (. | deepCopy | merge (dict "Values" (pick .Values.kafka "nameOverride" "fullnameOverride"))) }}
{{- $args := dict "dot" . | deepCopy | merge (dict "Values" (pick .Values.kafka "nameOverride" "fullnameOverride")) }}
- name: kafka-connection-cert
secret:
secretName: {{ printf "%s-%s" (include "hono.fullname" $args) "kafka-example-keys" }}
Expand Down
5 changes: 5 additions & 0 deletions packages/cloud2edge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ honoConnection:
username: "ditto-c2e"
password: "verysecret"

#configuration properties for kafka as deployed by Hono
kafka:
nameOverride:
fullnameOverride:

# Configuration properties for Eclipse Hono.
hono:

Expand Down

0 comments on commit 5cf3ad4

Please sign in to comment.