docentszachista/Kubernetes manifest generator
A Github Action that generates Kubernetes Deployment manifest depending on an input
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 12, 2025
- License
- MIT
Pinned Snippet
uses: docentszachista/cdq-recruitment-task@15fb4d5b780110c6badba6942371e24f81e75061 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | object and container name for Deployment manifest | yes | — |
| labels | field `metadata.labels` for Deployment manifest, coma-separated in <label_key>=<label_value> manner. If not provided, it will not create `metadata.labes`. | — | — |
| replicas | field 'spec.replicas' that indicates how many pods with the same image Deployment will create. Defaults to 3. | — | 3 |
| envs | List of environment variables provided in <environment_name>=<value> manner, coma-separated | — | — |
| filename | file path to save the generated manifest. `.yaml` will be added if missing. | yes | — |
Outputs
no outputs