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 has been archived by the owner on Apr 18, 2023. It is now read-only.
goal: there should be no config other than the catladder-config.
It's possible to pipe-in configs into kubectl apply, so at least in deployment, it should be possible to generate the yaml on-the-fly by variables from catladder-config and a template (tbd.).
the whole kubernetes is quite complicated, but it has not much "moving parts":
app-name
namespace
current tag for docker image
whether or not it needs a worker-process
number of pods / workers
db-config (if so)
env-variables (from pass)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
goal: there should be no config other than the catladder-config.
It's possible to pipe-in configs into kubectl apply, so at least in deployment, it should be possible to generate the yaml on-the-fly by variables from catladder-config and a template (tbd.).
the whole kubernetes is quite complicated, but it has not much "moving parts":
The text was updated successfully, but these errors were encountered: