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

Add Helm Chart examples and create deployment files from them #1834

Open
lucacome opened this issue Apr 17, 2024 · 1 comment
Open

Add Helm Chart examples and create deployment files from them #1834

lucacome opened this issue Apr 17, 2024 · 1 comment
Labels
helm-chart Relates to helm chart
Milestone

Comments

@lucacome
Copy link
Member

Add Helm Chart values files in the examples directory for the most common use cases

examples/helm-chart
├── README.md
├── aws-nlb
│   └── values.yaml
├── something-something
│   └── values.yaml
...
└── read-only-fs
    └── values.yaml

we can then create deployment files generating them from the Helm Chart to have a single source of truth, resulting in something like:

deploy/
├── README.md
├── aws-nlb
│   └── deploy.yaml
├── something-something
│   └── deploy.yaml
...
└── read-only-fs
    └── deploy.yaml

These manifest files will have everything that's needed for the deployment in a single file, Service, Service Account, Namespace, Deployment, etc.

@mpstefan mpstefan added the helm-chart Relates to helm chart label Apr 22, 2024
@mpstefan
Copy link
Collaborator

During refinement, determine if we need/want the second part of this ticket.

@mpstefan mpstefan added this to the v1.3.0 milestone Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
helm-chart Relates to helm chart
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants