cloudposse/CICD Kubernetes Namespace Builder GitHub action

Constructs a name for a namespace based on inputs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
enabledWhether or not to run this action, empty string or false is false, anything else is truenotrue
fallbackFallback value if the action is disabledno""
flavorFlavor of naming, either `pr-number`, `branch-name`, or `custom`. Note `name` must be set if using `custom`nopr-number
app-nameName of the applicationno""
prefixPrefix for namespaceno""
namename for namespace if using flavor `custom`, still prefixedyes""
suffixSuffix for namespace, appended if still under max length (63 characters)no""
deny-listComma seperated list of strings to deny in the namespace namenokube-system,kube-public,default
override-pr-numberOverride the PR number, useful for manually helping calculate the PR numberno
override-branch-nameOverride the branch name, useful for manually helping calculate the branch nameno
namedescription
kubernetes-namespaceGenerated kubernetes namespace