Skip to content

Commit

Permalink
chore(deploy): fix helm install params error
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Oct 10, 2023
1 parent 8751858 commit 7d50a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/charts/laf-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ spec:
- name: DEFAULT_REGION_WEBSITE_DOMAIN
value: {{ .Values.default_region.website_domain }}
- name: DEFAULT_REGION_TLS_ENABLED
value: {{ .Values.default_region.tls.enabled }}
value: {{ .Values.default_region.tls.enabled | quote}}
- name: DEFAULT_REGION_TLS_WILDCARD_CERTIFICATE_SECRET_NAME
value: {{ .Values.default_region.tls.wildcard_certificate_secret_name }}
value: {{ .Values.default_region.tls.wildcard_certificate_secret_name | quote}}
- name: DEFAULT_REGION_LOG_SERVER_URL
value: {{ .Values.default_region.log_server_url }}
- name: DEFAULT_REGION_LOG_SERVER_SECRET
Expand Down

0 comments on commit 7d50a56

Please sign in to comment.