okteto / docs

Apache License 2.0
6 stars 16 forks source link

Document the github helm configuration values #191

Closed rberrelleza closed 1 year ago

rberrelleza commented 2 years ago

Currently, the values described on https://www.okteto.com/docs/enterprise/administration/github/#adding-the-github-app-configuration-to-okteto are not documented anywhere else.

I believe that we should include them on https://www.okteto.com/docs/enterprise/install/deployment/#configuration-file

pchico83 commented 2 years ago

Also, we should document that clientSecret can be configured by adding GITHUB_INTEGRATION_CLIENTSECRET to the okteto-cloud-secret. appPrivateKey can be also configured by adding GITHUB_APP_PRIVATE_KEY to the okteto-cloud-secret. Both values must be base64 encoded

rberrelleza commented 2 years ago

@pchico83 do you have a sample?