Skip to content

Commit 0073ce6

Browse files
authored
kafka: add kudo instance label to sts pods (#187)
Signed-off-by: Zain Malik <[email protected]>
1 parent a2c6689 commit 0073ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repository/kafka/operator/templates/statefulset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
labels:
2121
app: kafka
2222
kafka: {{ .OperatorName }}
23+
kudo.dev/instance: {{ .Name }}
2324
spec:
2425
terminationGracePeriodSeconds: 300
2526
serviceAccountName: {{ .Name }}

0 commit comments

Comments
 (0)