-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: agent install instructions #2292
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for goofy-euclid-75956c ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for clerk-saas-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for flanksource-demo-stable ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
648c461
to
186a1db
Compare
@mainawycliffe - the schedule is not pulling through, can we just remove it ? |
186a1db
to
d175c92
Compare
@mainawycliffe there are sill differences in the values - Can we create a Helm Component like https://github.com/flanksource/docs/blob/main/common/src/components/Helm.jsx - the values are dynamic and single-sourced |
@moshloop The current component is dynamic; I had something similar originally, but I found the template syntax to lead to more issues compared to Handlesbar for both the Yaml and CLI (you would end up need handle all nullable options, which meant a small change could make the template incorrect), they take in the same data object, but return a string based on Yaml handlebar template or the command to run for the CLI, I think the handlebar template for the Yaml and CLI command passing in data object for replacement is far much easier compared to using the template syntax. Other than that, both components work similarly. |
811b65e
to
709996c
Compare
709996c
to
2ad1045
Compare
2ad1045
to
1856c4d
Compare
src/components/Agents/InstalAgentInstruction/CLIInstallAgent.tsx
Outdated
Show resolved
Hide resolved
1856c4d
to
d746069
Compare
src/ui/HelmSnippet/__tests__/__snapshots__/CLISnippet.unit.test.tsx.snap
Outdated
Show resolved
Hide resolved
b760010
to
7efcfac
Compare
7efcfac
to
3570b9b
Compare
541cd28
to
7cd4d49
Compare
7cd4d49
to
d447edd
Compare
Update FluxInstallAgent.tsx Update CLIInstallAgent.tsx Update CLIInstallAgent.unit.test.tsx Update FluxInstallAgent.unit.test.tsx Update CLIInstallAgent.tsx Update CLIInstallAgent.unit.test.tsx refactor: lift up the data composition to parent component chore: fix failing tests chore: fix issue after running npm i fix: make the values being passed to helm & flux template consistent and external fix: fix issues
…nstructions Update src/ui/HelmSnippet/CLISnippet.tsx Co-authored-by: Moshe Immerman <[email protected]> chore: update manifests chore: fix failing tests
d447edd
to
57591e4
Compare
No description provided.