Skip to content

Commit

Permalink
fix: helm chart indent
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jul 3, 2024
1 parent a648f86 commit 53f2160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/charts/typhoon-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.29
appVersion: 0.1.3
description: A Helm chart for the Typhoon Web application
name: typhoon-web
keywords:
Expand Down
6 changes: 3 additions & 3 deletions helm/charts/typhoon-web/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@ spec:
value: "{{ .Values.http.addr }}"
{{- end }}

{{ - if .Values.fga.uri }}
{{- if .Values.fga.uri }}
- name: TYPHOON_WEB_FGA_API_URL
value: "{{ .Values.fga.uri }}"
{{- end }}

{{ - if .Values.fga.storeId }}
{{- if .Values.fga.storeId }}
- name: TYPHOON_WEB_FGA_STORE_ID
value: "{{ .Values.fga.storeId }}"
{{- end }}

{{ - if .Values.fga.authorizationModelId }}
{{- if .Values.fga.authorizationModelId }}
- name: TYPHOON_WEB_FGA_AUTHORIZATION_MODEL_ID
value: "{{ .Values.fga.authorizationModelId }}"
{{- end }}
Expand Down

0 comments on commit 53f2160

Please sign in to comment.