You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I make githubAppId a string, the app does not come up (i.e. register). The only way to remediate this is to spin the Helm chart up with githubAppId as a string, then manually edit the secret and update the secret to be an integer.
helm template fikaworks/kodiak --set githubAppID=123356
Error: template: kodiak/templates/secret.yaml:10:42: executing "kodiak/templates/secret.yaml" at <b64enc>: wrong type for value; expected string; got int64
The text was updated successfully, but these errors were encountered:
When I make
githubAppId
a string, the app does not come up (i.e. register). The only way to remediate this is to spin the Helm chart up withgithubAppId
as a string, then manually edit the secret and update the secret to be an integer.The text was updated successfully, but these errors were encountered: