Skip to content

Commit

Permalink
Use correct name for container
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikOssipoff committed Jun 2, 2023
1 parent 5c11bac commit ed8b3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4
version: 1.0.5
appVersion: latest
icon: https://static.coolshop-cdn.com/images/favicons/coolshop/favicon-256.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/fastapi/templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
securityContext:
{{- toYaml .Values.webDeployment.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Chart.Name }}
- name: {{ include "fastapi-helm-chart.fullname" . }}
securityContext:
{{- toYaml .Values.webDeployment.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit ed8b3ff

Please sign in to comment.