Skip to content

Commit

Permalink
Skip tls section when tls is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Feb 28, 2024
1 parent e9ae623 commit 817cc11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helmfile.d/10-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ releases:
value: "{{ .Values.server_name }}"
- name: ingress.hosts[0].paths
values: ["/schema/?(.*)"]
{{- if .Values.cp_schema_registry.ingress.tls }}
- name: ingress.tls[0].secretName
value: radar-base-tls
- name: ingress.tls[0].hosts
values: ["{{ .Values.server_name }}"]
{{ end }}

- name: catalog-server
chart: radar/catalog-server
Expand Down

0 comments on commit 817cc11

Please sign in to comment.