Skip to content

Commit

Permalink
fixing tab space on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Larson committed Sep 25, 2024
1 parent 7a03cd4 commit ca70924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/k8s-event-logger/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
selector:
matchLabels:
app.kubernetes.io/name: {{ include "k8s-event-logger.name" . }}
{{- include "k8s-event-logger.labels" . | nindent 4 }}
{{- include "k8s-event-logger.labels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
Expand Down

0 comments on commit ca70924

Please sign in to comment.