Skip to content

Commit 92d6211

Browse files
turowiczWojciech Turowicz
and
Wojciech Turowicz
authored
Add required serviceName field value. (#17)
* add required field service name Co-authored-by: Wojciech Turowicz <[email protected]>
1 parent 3bd73b8 commit 92d6211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helm/azure-pipelines-agent/templates/statefulset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ spec:
1010
selector:
1111
matchLabels:
1212
{{- include "azure-pipelines-agent.selectorLabels" . | nindent 6 }}
13+
serviceName: {{ include "azure-pipelines-agent.fullname" . }}
1314
template:
1415
metadata:
1516
{{- with .Values.podAnnotations }}

0 commit comments

Comments
 (0)