Skip to content

Commit

Permalink
[Nuclio] Run dashboard with non-root security context (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerShor authored Sep 26, 2024
1 parent 5f40ddb commit 7b732b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun-ce
version: 0.6.4-rc14
version: 0.6.4-rc15
description: MLRun Open Source Stack
home: https://iguazio.com
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Expand Down
4 changes: 4 additions & 0 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ nuclio:
containerBuilderKind: kaniko
ingress:
enabled: false

securityContext:
runAsNonRoot: true
runAsUser: 1000
autoscaler:
enabled: false
dlx:
Expand Down

0 comments on commit 7b732b1

Please sign in to comment.