docentszachista/Kubernetes manifest generator

A Github Action that generates Kubernetes Deployment manifest depending on an input

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 12, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: docentszachista/cdq-recruitment-task@15fb4d5b780110c6badba6942371e24f81e75061 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
nameobject and container name for Deployment manifestyes
labelsfield `metadata.labels` for Deployment manifest, coma-separated in <label_key>=<label_value> manner. If not provided, it will not create `metadata.labes`.
replicasfield 'spec.replicas' that indicates how many pods with the same image Deployment will create. Defaults to 3.3
envsList of environment variables provided in <environment_name>=<value> manner, coma-separated
filenamefile path to save the generated manifest. `.yaml` will be added if missing.yes

no outputs