We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Project.SPEC_CHOICES
Project.spec_type
plain
kustomize
Deck
kustomize.ya?ml
disabled
kustomize.yaml
if
specTypes
generator.py
Project.specType
Deck.disabled
projects
manifests
The text was updated successfully, but these errors were encountered:
schwobaseggl
No branches or pull requests
ToDos in various repos
Projects
Project.SPEC_CHOICES
(forProject.spec_type
) must be extended to includeplain
andkustomize
Deck
detection is different for plain/kustomize projects: Recursively look forkustomize.ya?ml
filesDeck
objects must be disablable (add fielddisabled
)kustomize.yaml
to be written in the frontend (like helm overrides!), possibly using the same model/fieldManifests
if
-branches for the additionalspecTypes
of a project ingenerator.py
Cli
Frontend
Project.specType
(helm, plain, kustomize)Deck.disabled
kustomize.yaml
Commons
projects
andmanifests
service when it comes to parsing/rendering manifestsThe text was updated successfully, but these errors were encountered: