Skip to content

Commit

Permalink
Fix minor issue with configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikOssipoff committed Jun 1, 2023
1 parent 2a93dd6 commit eca4995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fastapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: fastapi
description: A simple Coolshop Helm chart for deploying FastAPI applications in Kubernetes
type: application
version: 1.0.2
version: 1.0.3
appVersion: latest
icon: https://static.coolshop-cdn.com/images/favicons/coolshop/favicon-256.png
maintainers:
Expand Down
2 changes: 2 additions & 0 deletions charts/fastapi/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ metadata:
{{- include "fastapi-helm-chart.labels" . | nindent 4 }}
data:
{{- include "fastapi-helm-chart.monitoring-config" . | nindent 2 }}
{{- if .Values.configmap }}
{{- toYaml .Values.configmap | nindent 2 }}
{{- end }}

0 comments on commit eca4995

Please sign in to comment.