Skip to content

Bug in qcs-sensor/cssensor-securitycontextconstraints.yaml #7

@lebrisg

Description

@lebrisg

When deploying on OpenShift, the Helm Chart qcs-sensor only works if the qualys namespace is used.
This is due to the following lines at the end of the securitycontextconstraints.yaml file:

users:
- system:serviceaccount:qualys:qualys-service-account
- {{- end }}

Instead, it should be:

users:
- system:serviceaccount:{{.Values.qualys.namespace}}:qualys-service-account
- {{- end }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions