-
Notifications
You must be signed in to change notification settings - Fork 4
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
Declarative deployment #123
Comments
#143 adds argocd manager to kubernetes cluster as an addon with terraform |
Added squid deployments for k8s: |
Next agenda:
|
Latest fix for domain validation and argocd environments. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we deploy things imperatively: running scripts that modify state such that it takes desired shape. This works, but it is problematic because we can't revert changes, can't ensure state is exactly what we expect it to be and use tools designed for infrastructure creation to do so.
What we want instead is declarative deployments:
For this to work we need to pick a tool for declarative deployment, key storage solution and have some templates (ideally with readme) that the rest of the team can work with somewhat autonomously.
Tasks
The text was updated successfully, but these errors were encountered: