Skip to content

Commit

Permalink
fix: fix migrations enabled env var
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat committed Dec 16, 2024
1 parent 0b6f774 commit 40b8ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/testkube-cloud-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ spec:
- name: ENTERPRISE_ARTIFACT_MAX_STORAGE_SIZE_GB
value: "{{ .Values.api.storage.cleanup.maxStorageSizeGb }}"
- name: MIGRATION_MIGRATE_DATABASE
value: "{{ .Values.api.migrations.enabled | quote }}"
value: "{{ .Values.api.migrations.enabled }}"
ports:
- name: {{ if .Values.api.tls.serveHTTPS }}https{{ else }}http{{ end }}
containerPort: {{ if .Values.api.tls.serveHTTPS }}{{ .Values.api.tls.apiPort }}{{ else }}8090{{ end }}
Expand Down

0 comments on commit 40b8ec7

Please sign in to comment.