Skip to content

Commit da97ba3

Browse files
committed
Add FIPS disabled components flag
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 0ced081 commit da97ba3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kubectl apply -f - <<EOF
3333
apiVersion: opentelemetry.io/v1beta1
3434
kind: OpenTelemetryCollector
3535
metadata:
36-
name: simplest222
36+
name: simplest
3737
spec:
3838
config:
3939
receivers:

apis/v1beta1/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ func (c *Config) getRbacRulesForComponentKinds(logger logr.Logger, componentKind
170170
} else {
171171
cfg = *c.Processors
172172
}
173+
case KindExtension:
173174
}
174175
for componentName := range enabledComponents[componentKind] {
175176
// TODO: Clean up the naming here and make it simpler to use a retriever.

0 commit comments

Comments
 (0)