Skip to content

Commit

Permalink
Merge pull request #15 from sgibson91/main
Browse files Browse the repository at this point in the history
Ensure name of deployment is lower case
  • Loading branch information
sgibson91 authored Sep 13, 2024
2 parents 19fbf29 + 63cbb8d commit b388810
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
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "gcpFilestoreBackups.fullname" . }}
name: {{ include "gcpFilestoreBackups.fullname" . | lower }}
labels:
{{- include "gcpFilestoreBackups.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit b388810

Please sign in to comment.