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
7 changes: 6 additions & 1 deletion cssensor-crio-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,13 @@ items:
name: persistent-volume
- mountPath: /usr/local/qualys/qpa/data/conf/agent-data
name: agent-volume
- mountPath: /var/lib/containers/storage
name: container-storage
# uncomment(and indent properly) below section if proxy(with CA cert) required to connect Qualys Cloud
#- mountPath: /etc/qualys/qpa/cert/custom-ca.crt
# name: proxy-cert-path
securityContext:
allowPrivilegeEscalation: false
privileged: true
volumes:
- name: socket-volume
hostPath:
Expand All @@ -159,6 +161,9 @@ items:
hostPath:
path: /etc/qualys
type: DirectoryOrCreate
- name: container-storage
hostPath:
path: /var/lib/containers/storage
# uncomment(and indent properly) below section if proxy(with CA cert) required to connect Qualys Cloud
#- name: proxy-cert-path
# hostPath:
Expand Down
9 changes: 7 additions & 2 deletions cssensor-openshift-crio-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ items:
allowHostIPC: false
allowHostPID: false
allowHostPorts: false
allowPrivilegedContainer: false
allowPrivilegedContainer: true
readOnlyRootFilesystem: false
runAsUser:
type: RunAsAny
Expand Down Expand Up @@ -158,11 +158,13 @@ items:
name: persistent-volume
- mountPath: /usr/local/qualys/qpa/data/conf/agent-data
name: agent-volume
- mountPath: /var/lib/containers/storage
name: container-storage
# uncomment(and indent properly) below section if proxy(with CA cert) required to connect Qualys Cloud
#- mountPath: /etc/qualys/qpa/cert/custom-ca.crt
# name: proxy-cert-path
securityContext:
allowPrivilegeEscalation: false
privileged: true
volumes:
- name: socket-volume
hostPath:
Expand All @@ -176,6 +178,9 @@ items:
hostPath:
path: /etc/qualys
type: DirectoryOrCreate
- name: container-storage
hostPath:
path: /var/lib/containers/storage
# uncomment(and indent properly) below section if proxy(with CA cert) required to connect Qualys Cloud
#- name: proxy-cert-path
# hostPath:
Expand Down
9 changes: 7 additions & 2 deletions cssensor-openshift-crio-ds_pv_pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ items:
allowHostIPC: false
allowHostPID: false
allowHostPorts: false
allowPrivilegedContainer: false
allowPrivilegedContainer: true
readOnlyRootFilesystem: false
runAsUser:
type: RunAsAny
Expand Down Expand Up @@ -182,11 +182,13 @@ items:
name: persistent-volume
- mountPath: /usr/local/qualys/qpa/data/conf/agent-data
name: agent-volume
- mountPath: /var/lib/containers/storage
name: container-storage
# uncomment(and indent properly) below section if proxy(with CA cert) required to connect Qualys Cloud
#- mountPath: /etc/qualys/qpa/cert/custom-ca.crt
# name: proxy-cert-path
securityContext:
allowPrivilegeEscalation: false
privileged: true
volumes:
- name: socket-volume
hostPath:
Expand All @@ -199,6 +201,9 @@ items:
hostPath:
path: /etc/qualys
type: DirectoryOrCreate
- name: container-storage
hostPath:
path: /var/lib/containers/storage
# uncomment(and indent properly) below section if proxy(with CA cert) required to connect Qualys Cloud
#- name: proxy-cert-path
# hostPath:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ items:
- mountPath: /etc/qualys/qpa/cert/custom-ca.crt
name: proxy-cert-path
{{- end }}
- mountPath: /var/lib/containers/storage
name: container-storage
securityContext:
allowPrivilegeEscalation: false
privileged: true
volumes:
- name: socket-volume
hostPath:
Expand All @@ -183,4 +185,7 @@ items:
path: {{.Values.qualys.proxycertpath}}
type: File
{{- end }}
- name: container-storage
hostPath:
path: /var/lib/containers/storage
hostNetwork: true
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ items:
allowHostIPC: false
allowHostPID: false
allowHostPorts: false
allowPrivilegedContainer: false
allowPrivilegedContainer: true
readOnlyRootFilesystem: false
runAsUser:
type: RunAsAny
Expand Down Expand Up @@ -171,13 +171,15 @@ items:
{{- end }}
- mountPath: /usr/local/qualys/qpa/data/conf/agent-data
name: agent-volume
- mountPath: /var/lib/containers/storage
name: container-storage
{{- if .Values.qualys.proxycert }}
# uncomment(and indent properly) below section if proxy(with CA cert) required to connect Qualys Cloud
- mountPath: /etc/qualys/qpa/cert/custom-ca.crt
name: proxy-cert-path
{{- end }}
securityContext:
allowPrivilegeEscalation: false
privileged: true
volumes:
- name: socket-volume
hostPath:
Expand All @@ -200,4 +202,7 @@ items:
path: {{.Values.qualys.proxycertpath}}
type: File
{{- end }}
- name: container-storage
hostPath:
path: /var/lib/containers/storage
hostNetwork: true