Skip to content

Commit

Permalink
fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 15, 2024
1 parent 0d035b0 commit f352d67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/webapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webapp
description: basic webapp workload
type: application
version: 0.1.12
version: 0.1.13
appVersion: "1.16.0"
6 changes: 3 additions & 3 deletions charts/webapp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ spec:
key: jdbc-uri
{{ end }}
{{ end }}
{{- with .Values.env }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{ with .Values.env }}
{{- toYaml . | nindent 10 }}
{{ end }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit f352d67

Please sign in to comment.