Skip to content

Commit

Permalink
Apply common labels to servox pod
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Dec 6, 2023
1 parent 8c26d9e commit 06d448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
template:
metadata:
labels:
{{- include "servox.selectorLabels" . | nindent 8 }}
{{- include "servox.labels" . | nindent 8 }}
spec:
serviceAccountName: {{ include "servox.fullname" . }}
containers:
Expand Down

0 comments on commit 06d448b

Please sign in to comment.