Adding wookpecker

This commit is contained in:
2023-07-30 15:16:07 +02:00
parent ce44270786
commit 0f96a47aed
15 changed files with 699 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
# Source: agent/templates/rolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: woodpecker-agent
labels:
helm.sh/chart: agent-0.1.5
app.kubernetes.io/name: agent
app.kubernetes.io/instance: woodpecker-agent
app.kubernetes.io/version: "v0.15.9"
app.kubernetes.io/managed-by: Helm
subjects:
- kind: ServiceAccount
name: woodpecker-agent
namespace: vynil-ci
roleRef:
kind: Role
name: woodpecker-agent
apiGroup: rbac.authorization.k8s.io