Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nodeSelector feature to the HelmChart #208

Open
waleedhammam opened this issue Oct 18, 2023 · 0 comments
Open

Add nodeSelector feature to the HelmChart #208

waleedhammam opened this issue Oct 18, 2023 · 0 comments
Labels
enhancement New feature or request team/timber-wolf

Comments

@waleedhammam
Copy link
Contributor

waleedhammam commented Oct 18, 2023

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

@waleedhammam waleedhammam added enhancement New feature or request team/timber-wolf labels Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request team/timber-wolf
Projects
None yet
Development

No branches or pull requests

1 participant