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

The Gitpod Installer randomises ordering of environment variables for components #11000

Closed
mads-hartmann opened this issue Jun 29, 2022 · 0 comments · Fixed by #11001
Closed
Assignees
Labels
type: bug Something isn't working

Comments

@mads-hartmann
Copy link
Contributor

Bug description

I think we have a regression in the Installer that makes the environment variables order for components random (PR). By converting the env vars to a map and then back to a slice I believe we will randomise ordering as the map doesn't maintain any kind of stable ordering. This causes drift in ArgoCD similar to the issue we had with ports previously (PR)

Steps to reproduce

We're seeing this in or SaaS deployments that are managed by ArgoCD.

Workspace affected

No response

Expected behavior

The YAML produced by the Installer should be the same given the same configuration.

Example repository

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants