Skip to content

Commit

Permalink
Merge pull request #13 from alexandrud/api-chart
Browse files Browse the repository at this point in the history
workaround for bug "helm/helm#6279"
  • Loading branch information
alexandrud authored Jan 23, 2021
2 parents 1d70530 + 6d80bf5 commit e3e9af4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mobile-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mobile-api
description: Helm chart for mobile-api app
type: application
version: 0.0.4
version: 0.0.5
appVersion: "0.0.31"
keywords:
- mobile-api
Expand Down
2 changes: 1 addition & 1 deletion charts/mobile-api/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
{{- include "mobile-api.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 4 | quote }}
{{- end }}
spec:
{{- if .Values.ingress.tls }}
Expand Down
2 changes: 1 addition & 1 deletion charts/routing/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: routing
description: Helm chart for routing app
type: application
version: 0.0.4
version: 0.0.5
appVersion: "1.11.1"
keywords:
- routing
Expand Down
2 changes: 1 addition & 1 deletion charts/routing/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
{{- include "routing.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 4 | quote }}
{{- end }}
spec:
{{- if .Values.ingress.tls }}
Expand Down

0 comments on commit e3e9af4

Please sign in to comment.