Skip to content

Commit

Permalink
Update deployment.yaml (#89)
Browse files Browse the repository at this point in the history
* Update deployment.yaml

* Update deployment.yaml

* Update Chart.yaml
  • Loading branch information
hupling authored Mar 6, 2025
1 parent f28036c commit b9fdf65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sps-sample/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sps-sample
description: Helm Chart for deploying a it@M Reference Architecture based sample application.
type: application
version: 1.0.3
version: 1.0.4
home: https://github.com/it-at-m/helm-charts/tree/main/charts/sps-sample
icon: https://assets.muenchen.de/logos/itm/itm-logo-256.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/sps-sample/charts/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "backend.labels" . | nindent 4 }}
{{- with .Values.deploymentAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
spec:
{{- if not .Values.autoscaling.enabled }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "frontend.labels" . | nindent 4 }}
{{- with .Values.deploymentAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
spec:
{{- if not .Values.autoscaling.enabled }}
Expand Down

0 comments on commit b9fdf65

Please sign in to comment.