-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Adding initial platform helm chart #451
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, we can maybe support setting CQAPI_LOCAL_ACTIVATION_KEY
which should auto activate the platform.
As a follow up we can add renovate to auto update the via a custom manager https://github.com/cloudquery/.github/blob/87e98d7dc7adbcef3929cefac8972db82b3dbb55/.github/renovate-default.json5#L26
Co-authored-by: Erez Rokah <[email protected]>
0193b0b
to
f979b0a
Compare
f979b0a
to
8f2506d
Compare
This is to allow the e2e test to install the platform successfully. The services should be available on `host.docker.internal`
9ef23bc
to
300d8b1
Compare
c174290
to
8d03e37
Compare
A minimal Helm chart that simply deploys the
platform:full
and uses external postgres and clickhouse DSNs.Connectivity is via port-forwarding at this stage (ingress to follow):