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
If I enable GitOps and specify a Path to a directory that doesn't exist in the repository, "Save Config" in KOTS fails with failed to create an app version.
I had to go to the kotsadm pod logs to see an error that told me what's wrong:
failed to create gitops commit: failed to write updated app yaml: open /tmp/kotsadm425949156/a_dir/cd4pe.yaml: permission denied
Unsetting Path (which isn't clear it's optional) fixed the issue.
The text was updated successfully, but these errors were encountered:
If I enable GitOps and specify a Path to a directory that doesn't exist in the repository, "Save Config" in KOTS fails with
failed to create an app version
.I had to go to the
kotsadm
pod logs to see an error that told me what's wrong:Unsetting Path (which isn't clear it's optional) fixed the issue.
The text was updated successfully, but these errors were encountered: