Skip to content
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

Fix changing env variable type #260

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

brmzkw
Copy link
Contributor

@brmzkw brmzkw commented Nov 7, 2024

With the following:

koyeb service update myapp/svc --env MYENV=value
koyeb service update myapp/svc --env MYENV=@xxx

We used to generate a bad request because this is changing the type of the environment variable MYENV to "plain", then "secret". This is now fixed.

With the following:

	koyeb service update myapp/svc --env MYENV=value
	koyeb service update myapp/svc --env MYENV=@xxx

We used to generate a bad request because this is changing the type of
the environment variable MYENV to "plain", then "secret". This is now
fixed.
@brmzkw brmzkw force-pushed the jcastets/fix-change-secret-type branch from 8558b31 to 749df3c Compare November 7, 2024 09:38
@brmzkw brmzkw merged commit ce1d2b7 into master Nov 7, 2024
2 checks passed
@brmzkw brmzkw deleted the jcastets/fix-change-secret-type branch November 7, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant