Skip to content

Add nodeSelector feature to the HelmChart #208

Open
@waleedhammam

Description

Problem

Install policy agent on a specific node

Solution

Adding node selector to the helmchart could be something like this under containers

{{- if .Values.nodeSelector }}
      nodeSelector: {{- .Values.nodeSelector | toYaml | nindent 8 }}
{{- end }}

and has a corresponding value in values file

Additional context

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions