Skip to content

Commit

Permalink
Ensure appropriate naming of the container
Browse files Browse the repository at this point in the history
a lowercase RFC 1123 label must consist of lower case alphanumeric
characters or '-', and must start and end with an alphanumeric
character (e.g. 'my-name',  or '123-abc', regex used for validation
is '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
  • Loading branch information
sgibson91 committed Feb 10, 2025
1 parent b41af4a commit ce701d1
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: ensure-filestore-backups
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command:
- python
Expand Down

0 comments on commit ce701d1

Please # to comment.