-
Notifications
You must be signed in to change notification settings - Fork 0
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
Include new edge-monitor #11
Comments
amrc-benmorrow
pushed a commit
that referenced
this issue
Jul 25, 2024
amrc-benmorrow
pushed a commit
that referenced
this issue
Jul 25, 2024
Co-authored-by: AlexGodbehere <AlexGodbehere@users.noreply.github.com>
amrc-benmorrow
pushed a commit
that referenced
this issue
Jul 25, 2024
amrc-benmorrow
added a commit
that referenced
this issue
Jul 25, 2024
Instead of referencing deployed charts by name, and assuming we can construct a set of values that will fit any chart, introduce another layer of indirection. Create a Helm Chart object which expands a set of known template values into all the information needed for a HelmRelease, including values. This allows multiple configurations of a single chart to be made available for deployment.
amrc-benmorrow
added a commit
that referenced
this issue
Jul 25, 2024
Instead of explicitly mirroring external repos to the on-prem git server, configure the repos to pull themselves.
amrc-benmorrow
added a commit
that referenced
this issue
Jul 25, 2024
We were sometimes ending up with an `undefined` flux-system manifest, because cluster-manager had checked out the repo before git had had a chance to act on its auto-pull instructions. Rather than messing about just check out every time. Fix a small bug which occurred when checking out an empty repo, and make sure we refresh our cluster list every 10 minutes in case we miss a ConfigDB update. Fixes: #21 Fixes: #11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: