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
{{ message }}
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Update the app - acorn run --update -n test1 to update the credential definition.
This does not result in prompting the user with new credential definition.
Expected Behavior:
User should be prompted for changing the existing credential associated with the app/create new new credential to be associated with the app.
Scenario 2:
Deploy app with credentials and a container consuming it - acorn run --update -n test3
acorn version -
v0.10.0-rc2-36-g994b4680+994b4680Steps to reproduce the problem:
Scenario 1:
acorn run -n test1acorn run --update -n test1to update the credential definition.This does not result in prompting the user with new credential definition.
Expected Behavior:
User should be prompted for changing the existing credential associated with the app/create new new credential to be associated with the app.
Scenario 2:
acorn run --update -n test3acorn run --update -n test3CreateContainerConfigError: couldn't find key host in Secret mytest3-acorn-4b7f1628/configSame error is also seen when attempting
acorn update -f <Acornfile> <appname>