Skip to content

Commit f0cf9fa

Browse files
author
hadar-co
authored
update installation command for openshift (#215)
1 parent 21fd697 commit f0cf9fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/welcome/getting-started/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ Replace `<DATREE_TOKEN>` with the token from your dashboard, and run the followi
165165
--create-namespace \
166166
--set datree.token=<DATREE_TOKEN> \
167167
--set datree.clusterName=$(kubectl config current-context) \
168-
--set securityContext.runAsUser=null
168+
--set securityContext.runAsUser=null \
169+
--set datree.labelKubeSystem=false
170+
kubectl label ns kube-system datree admission.datree/validate=skip --overwrite
169171

170172
</TabItem>
171173
</Tabs>

0 commit comments

Comments
 (0)