Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix missing dockercred in flink jobmanager deployment
Browse files Browse the repository at this point in the history
See #463
Closes #470

Signed-off-by: Marcel Wagner <wagmarcel@web.de>
  • Loading branch information
wagmarcel authored and oguzcankirmemis committed Sep 6, 2021
1 parent ac90c85 commit 6c92bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/templates/flink/jobmanager-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ spec:
path: flink-conf.yaml
- key: log4j.properties
path: log4j-console.properties
imagePullSecrets:
- name: dockercred

0 comments on commit 6c92bea

Please sign in to comment.