Skip to content

Commit

Permalink
feat: database simple mode added
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed May 1, 2024
1 parent 4071250 commit 4aed0b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/permify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: Helm charts for deploying and managing Permify in Kubernetes enviro
type: application

# The version of the Helm chart.
version: 0.2.5
version: 0.2.6

# The specific application version that this Helm chart is designed to deploy.
appVersion: "v0.8.1"
Expand Down
5 changes: 5 additions & 0 deletions charts/permify/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@ spec:
value: "{{ .Values.app.database.auto_migrate }}"
{{- end }}

{{- if .Values.app.database.simple_mode }}
- name: PERMIFY_DATABASE_SIMPLE_MODE
value: "{{ .Values.app.database.simple_mode }}"
{{- end }}

{{- if .Values.app.database.max_open_connections }}
- name: PERMIFY_DATABASE_MAX_OPEN_CONNECTIONS
value: "{{ .Values.app.database.max_open_connections }}"
Expand Down

0 comments on commit 4aed0b8

Please sign in to comment.