-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update loki helm chart to support service account annotations (#1341)
* update loki helm chart to support service account annotations for use with EKS IAM roles Signed-off-by: Adam Johnson <a.johnson@winton.com> * Bump minor versions and fix serviceAccount reference for annotations Signed-off-by: Adam Johnson <a.johnson@winton.com>
- Loading branch information
1 parent
15bfc89
commit 8c27cca
Showing
4 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,6 +153,7 @@ service: | |
serviceAccount: | ||
create: true | ||
name: | ||
annotations: {} | ||
|
||
terminationGracePeriodSeconds: 4800 | ||
|
||
|