Manage permissions for the k8s cluster as Code
Create the folder structure .github/workflows
and place the included site-status.yaml file in the directory.
status
: Should new releases be allowed to deploy?enabled
: Deployments are allowed to proceeddisabled
: Deployments are NOT permitted at this time
reason
: If status is set todisabled
thereason
will be shown when deployments are blockedadmins
: Array of Github usernames who are allowed to bypass these restrictions