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

[castai-cluster-controller] remove non-root annotation #685

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
[castai-cluster-controller] remove non-root annotation
  • Loading branch information
Norbert Wlodarczyk authored and Norbert Wlodarczyk committed Jan 23, 2025
commit 4a5b4d4f0703e67c4f436bef9871b8d232b2cc31
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
{{- include "castai-agent.labels" . | nindent 4 }}
annotations:
ignore-check.kube-linter.io/no-read-only-root-fs: "This deployment writes to local fs during chart upsert actions."
ignore-check.kube-linter.io/run-as-non-root: "This deployment writes to local fs during chart upsert actions."
{{- include "castai-agent.annotations" . | nindent 4 }}
spec:
{{- if .Values.leaderElectionEnabled }}
Expand Down
Loading