Skip to content

Commit

Permalink
Merge pull request #16 from sgibson91/main
Browse files Browse the repository at this point in the history
More fixes
  • Loading branch information
sgibson91 authored Sep 13, 2024
2 parents b388810 + c86193b commit 672b1d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcpFilestoreBackups/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Deployment
metadata:
name: {{ include "gcpFilestoreBackups.fullname" . | lower }}
labels:
app: gcp-filestore-backups
{{- include "gcpFilestoreBackups.labels" . | nindent 4 }}
spec:
replicas: 1
Expand All @@ -14,7 +15,7 @@ spec:
{{- include "gcpFilestoreBackups.selectorLabels" . | nindent 6 }}
template:
metadata:
matchLabels:
labels:
app: gcp-filestore-backups
{{- include "gcpFilestoreBackups.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
Expand Down

0 comments on commit 672b1d7

Please sign in to comment.