Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
{{- include "olmv1.annotations" . | nindent 8 }}
{{- if .Values.options.openshift.enabled }}
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: privileged
openshift.io/required-scc: hostmount-anyuid-v2
{{- end }}
labels:
app.kubernetes.io/name: catalogd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
{{- include "olmv1.annotations" . | nindent 8 }}
{{- if .Values.options.openshift.enabled }}
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: privileged
openshift.io/required-scc: hostmount-anyuid-v2
{{- end }}
labels:
app.kubernetes.io/name: operator-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rules:
resources:
- securitycontextconstraints
resourceNames:
- privileged
- hostmount-anyuid-v2
verbs:
- use
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rules:
resources:
- securitycontextconstraints
resourceNames:
- privileged
- hostmount-anyuid-v2
verbs:
- use
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions helm/olmv1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ deployments:
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
hostUsers: false
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down
8 changes: 4 additions & 4 deletions manifests/experimental-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2125,13 +2125,13 @@ spec:
operator: In
values:
- linux
hostUsers: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down Expand Up @@ -2284,13 +2284,13 @@ spec:
operator: In
values:
- linux
hostUsers: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down
8 changes: 4 additions & 4 deletions manifests/experimental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2038,13 +2038,13 @@ spec:
operator: In
values:
- linux
hostUsers: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down Expand Up @@ -2183,13 +2183,13 @@ spec:
operator: In
values:
- linux
hostUsers: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down
8 changes: 4 additions & 4 deletions manifests/standard-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1876,13 +1876,13 @@ spec:
operator: In
values:
- linux
hostUsers: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down Expand Up @@ -2029,13 +2029,13 @@ spec:
operator: In
values:
- linux
hostUsers: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down
8 changes: 4 additions & 4 deletions manifests/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1789,13 +1789,13 @@ spec:
operator: In
values:
- linux
hostUsers: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down Expand Up @@ -1928,13 +1928,13 @@ spec:
operator: In
values:
- linux
hostUsers: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: ""
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down