Skip to content

Commit

Permalink
fix(#28): jetbrains editor formatted go templates wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
saylerb committed Apr 12, 2024
1 parent b91fff8 commit f89e4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/lab-api-teams-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: DATABASE_URL
value: {{ .Values.database.url }}
- name: DATABASE_PORT
value: { { .Values.database.port } }
value: {{ .Values.database.port }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
livenessProbe:
Expand Down

0 comments on commit f89e4ed

Please sign in to comment.