amokkapati commented on issue #7808:
URL: 
https://github.com/apache/incubator-devlake/issues/7808#issuecomment-2263455187

   brew install colima
   colima start devlake --kubernetes -m4
   helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
   helm repo update
   ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
   helm install devlake devlake/devlake --set 
lake.encryptionSecret.secret=$ENCRYPTION_SECRET --create-namespace --namespace 
devlake
   
   I installed with these instructions using colima and kubernetes, would the 
location change from this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to