Skip to content

Commit

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

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

# The specific application version that this Helm chart is designed to deploy.
appVersion: "v0.8.1"
appVersion: "v0.8.2"

# Keywords associated with the Helm chart for searchability.
keywords:
Expand Down
5 changes: 0 additions & 5 deletions charts/permify/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,6 @@ 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 ce8853f

Please sign in to comment.