Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 15, 2024
1 parent 215ee14 commit 3a111e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ spec:
value: "public"
- name: FLYWAY_CONNECT_RETRIES
value: "10"
- name: FLYWAY_LOCATIONS
value: {{- if eq .Release.Namespace "dev" -}}{{ .Values.global.secrets.flywayLocations.dev }}{{- else if eq .Release.Namespace "test" -}}{{ .Values.global.secrets.flywayLocations.test }}{{- else if eq .Release.Namespace "prod" -}}{{ .Values.global.secrets.flywayLocations.prod }}{{- else -}}"filesystem:./migrations/sql"{{- end }}
- name: FLYWAY_LOCATIONS
value: "{{- if eq .Release.Namespace \"dev\" -}}{{ .Values.global.secrets.flywayLocations.dev }}{{- else if eq .Release.Namespace \"test\" -}}{{ .Values.global.secrets.flywayLocations.test }}{{- else if eq .Release.Namespace \"prod\" -}}{{ .Values.global.secrets.flywayLocations.prod }}{{- else -}}filesystem:./migrations/sql{{- end }}"
resources:
limits:
cpu: 200m
Expand Down

0 comments on commit 3a111e3

Please sign in to comment.