Skip to content

Commit

Permalink
Merge pull request #17 from sgibson91/main
Browse files Browse the repository at this point in the history
Ensure container names are lower-cased
  • Loading branch information
sgibson91 authored Sep 13, 2024
2 parents 672b1d7 + 8ec8148 commit adbe1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcpFilestoreBackups/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: {{ include "gcpFilestoreBackups.serviceAccountName" . }}
automountServiceAccountToken: False
containers:
- name: {{ .Chart.Name }}
- name: {{ .Chart.Name | lower }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command:
- python
Expand Down

0 comments on commit adbe1d4

Please sign in to comment.