Skip to content

Commit b821d94

Browse files
authored
Merge pull request #243 from jkyros/fix-writeable-root-fs
Set "readOnlyRootFilesystem: true" in operator pod template to match operand
2 parents 6efa716 + ce97bbe commit b821d94

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

bundle/manifests/keda.clusterserviceversion.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ metadata:
138138
categories: Cloud Provider
139139
certified: "false"
140140
containerImage: ghcr.io/kedacore/keda-olm-operator:2.15.0
141-
createdAt: "2024-08-09T21:40:07Z"
141+
createdAt: "2024-08-12T20:57:13Z"
142142
description: Operator that provides KEDA, a Kubernetes-based event driver autoscaler
143143
operatorframework.io/suggested-namespace: keda
144144
operators.operatorframework.io/builder: operator-sdk-v1.31.0
@@ -655,6 +655,7 @@ spec:
655655
capabilities:
656656
drop:
657657
- ALL
658+
readOnlyRootFilesystem: true
658659
volumeMounts:
659660
- mountPath: /certs
660661
name: certificates

config/manager/manager.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
capabilities:
3737
drop:
3838
- ALL
39+
readOnlyRootFilesystem: true
3940
ports:
4041
- containerPort: 8080
4142
name: http

config/manifests/bases/keda.clusterserviceversion.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ spec:
652652
capabilities:
653653
drop:
654654
- ALL
655+
readOnlyRootFilesystem: true
655656
volumeMounts:
656657
- mountPath: /certs
657658
name: certificates

keda/2.14.1/manifests/keda.v2.14.1.clusterserviceversion.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ spec:
630630
capabilities:
631631
drop:
632632
- ALL
633+
readOnlyRootFilesystem: true
633634
volumeMounts:
634635
- mountPath: /certs
635636
name: certificates

keda/2.15.0/manifests/keda.v2.15.0.clusterserviceversion.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ spec:
652652
capabilities:
653653
drop:
654654
- ALL
655+
readOnlyRootFilesystem: true
655656
volumeMounts:
656657
- mountPath: /certs
657658
name: certificates

0 commit comments

Comments
 (0)