Skip to content

Commit

Permalink
Fix c2e
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Maes <[email protected]>
  • Loading branch information
WatcherWhale committed Jul 31, 2023
1 parent d303ab3 commit 3cc51d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cloud2edge/templates/post-install-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +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"))) }}
- name: kafka-connection-cert
secret:
secretName: {{ printf "%s-%s" (include "hono.fullname" $args) "kafka-example-keys" }}
secretName: {{ printf "%s-%s" .Release.Name "kafka-example-keys" }}
{{- end}}

0 comments on commit 3cc51d4

Please sign in to comment.