Skip to content

Commit

Permalink
charts/service-deployment add missing deployment labels (closes #185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianarsenault committed Jul 31, 2024
1 parent c124a81 commit 0fe9584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/service-deployment/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apps/v1
kind: {{ .Values.deployment.kind }}
metadata:
name: {{ include "app.fullname" . }}
labels:
{{ include "snowplow.labels" $ | nindent 4 }}
spec:
{{- if .Values.deployment.scaleToZero }}
replicas: 0
Expand Down

0 comments on commit 0fe9584

Please sign in to comment.