We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 532b345 + ec642fa commit 01a15d8Copy full SHA for 01a15d8
pkg/sdk/logging/api/v1beta1/fluentd_types.go
@@ -187,6 +187,11 @@ func (f *FluentdSpec) SetDefaults() error {
187
if f.Security.PodSecurityContext.FSGroup == nil {
188
f.Security.PodSecurityContext.FSGroup = util.IntPointer64(101)
189
}
190
+ if f.Security.PodSecurityContext.SeccompProfile == nil {
191
+ f.Security.PodSecurityContext.SeccompProfile = &corev1.SeccompProfile{
192
+ Type: corev1.SeccompProfileTypeRuntimeDefault,
193
+ }
194
195
if f.Security.CreateOpenShiftSCC == nil {
196
f.Security.CreateOpenShiftSCC = util.BoolPointer(false)
197
0 commit comments