Skip to content

Commit

Permalink
Merge pull request #11 from 2i2c-org/sgibson91-patch-1
Browse files Browse the repository at this point in the history
Remove quotes from image repository and tag in deployment template
  • Loading branch information
sgibson91 authored Sep 13, 2024
2 parents dcdd230 + d60b2ac commit c8883c2
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:
automountServiceAccountToken: False
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
command:
- python
- gcp-filestore-backups.py
Expand Down

0 comments on commit c8883c2

Please sign in to comment.