Skip to content

Commit

Permalink
Include helm templating for pod labels
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDPierce committed Oct 30, 2023
1 parent dbe2b64 commit 7e02a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/k6-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
metadata:
labels:
{{- include "k6-operator.selectorLabels" . | nindent 8 }}
{{- include "k6-operator.podLabels" . | nindent 8 }}
spec:
containers:
{{- if .Values.authProxy.enabled }}
Expand Down

0 comments on commit 7e02a6d

Please sign in to comment.