Skip to content

Commit

Permalink
Fix nack deployment when tls is used (#505)
Browse files Browse the repository at this point in the history
#499 introduced a duplicated <volumes>
tag that broke deployments where tls is enabled
  • Loading branch information
gkoutsoumpakis-form3 authored May 16, 2022
1 parent 626c14f commit c2d7885
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
{{- end }}
terminationGracePeriodSeconds: 30
volumes:
- name : runtime
emptyDir : {}
{{- if and .Values.jetstream.tls.enabled .Values.jetstream.tls.secretName }}
- name: jsc-client-tls-volume
secret:
Expand Down Expand Up @@ -129,6 +131,3 @@ spec:
- name: jsc-sys-creds
mountPath: /etc/jsc-creds
{{- end }}
volumes:
- name : runtime
emptyDir : {}

0 comments on commit c2d7885

Please sign in to comment.