Skip to content

Commit 56ec2f8

Browse files
authored
Merge pull request #336 from ThinkDeepTech/hm/k8s-job
2 parents 6e4acac + 6da75d6 commit 56ec2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deep-microservice-collection/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
labels:
1515
app: "deep-microservice-collection"
1616
spec:
17-
serviceAccountName: {{ printf "%s-cron-manager-service-account" .Release.Name | quote }}
17+
serviceAccountName: {{ printf "%s-collection-manager-service-account" .Release.Name | quote }}
1818
containers:
1919
- name: "deep-microservice-collection"
2020
image: "thinkdeeptech/deep-microservice-collection:latest"

0 commit comments

Comments
 (0)