-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fluent-Bit] Improve Openshift support, allow to use existing SCCs (#380
) * Improve Openshift support, allow to use existing SCCs - Add ability to provide existing SecurityContextConstraints name instead of create new one - Add ability to add annotations for SecrutiryContextConstraints resource, created with the chart - Add common labels for SecurityContextConstraints - Improve variables naming - Bump up chart version Signed-off-by: Kirill Thirteen <[email protected]> * fix openshift SCC template Signed-off-by: Kirill Thirteen <[email protected]> * fixes according to suggestions Signed-off-by: Kirill Thirteen <[email protected]> * fluent-bit: enable creation of SCC by default, while running in OpenShift Signed-off-by: Kirill Thirteen <[email protected]> --------- Signed-off-by: Kirill Thirteen <[email protected]> Signed-off-by: Kirill Thirteen <[email protected]> Co-authored-by: Kirill Thirteen <[email protected]>
- Loading branch information
1 parent
36ce963
commit 5b70817
Showing
5 changed files
with
31 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ keywords: | |
- logging | ||
- fluent-bit | ||
- fluentd | ||
version: 0.34.1 | ||
version: 0.34.2 | ||
appVersion: 2.1.6 | ||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg | ||
home: https://fluentbit.io/ | ||
|
@@ -22,5 +22,5 @@ maintainers: | |
email: [email protected] | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: fixed | ||
description: "Removed duplicated volumeMounts key in reloader container." | ||
- kind: added | ||
description: "Added support for using an existing SecurityContextConstraints for OpenShift." |
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