-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes when creating the deploy account token, it comes back in a different order #12
Comments
I have run into this issue while testing, and in my testing it does not appear that the account token is even included in the It appears that the output is registered before the ServiceAccount is fully created, which leaves the secrets field missing.
I've set a
|
This commit fixes the missing deploy-account name problem. I was unable to recreate the circumstances where a the name came back in a different location. However I believe this method adds some value in that it makes explicit where the information is coming from, so if it fails we know exactly why. |
See #9
The text was updated successfully, but these errors were encountered: