You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-23 21:44:44 +02:00
feat(k8s): k8s priority class name config (#5391)
This commit is contained in:
@@ -95,4 +95,10 @@ var Flags = []cli.Flag{
|
||||
Usage: "whether to allow existing Kubernetes secrets to be referenced from steps",
|
||||
Value: false,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Sources: cli.EnvVars("WOODPECKER_BACKEND_K8S_PRIORITY_CLASS"),
|
||||
Name: "backend-k8s-priority-class",
|
||||
Usage: "which kubernetes priority class to assign to created job pods",
|
||||
Value: "",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user