Skip to content
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

Gotohelm "secrets.yaml", if genericity were supported. #1372

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jan-g
Copy link
Contributor

@jan-g jan-g commented Jun 21, 2024

There are a couple of approaches we might take here.

One is a monomorphisation pass over the input to gotohelm (this takes it a long way from being a mere AST walker however), but I think it's doable.

The second could be to push down the genericity of the KafkaExternal and HTTPExternal structures. These are identical with the exception of their AuthenticationMethod field (in both cases a pointer to something structurally identical to string; schema annotations vary).

jan-g added 2 commits June 21, 2024 09:24
This includes a fix to a long-standing bug: the curl arguments
for an admin listener that doesn't require a client cert named
the wrong file.

This replicates blank lines in generated shell scripts with high
fidelity to the helm originals, but that can be relaxed once
the conversion is complete.
This includes a fix to a long-standing bug: the curl arguments
for an admin listener that doesn't require a client cert named
the wrong file.

This replicates blank lines in generated shell scripts with high
fidelity to the helm originals, but that can be relaxed once
the conversion is complete.
@jan-g jan-g marked this pull request as draft June 21, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant