Add build and kubernetes-deploy Gitea Actions workflows, and split deploy/manifests.yaml into individual manifest files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
416 B
YAML
16 lines
416 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: gateway-cert-operator
|
|
labels:
|
|
app.kubernetes.io/name: gateway-cert-operator
|
|
app.kubernetes.io/component: operator
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: gateway-cert-operator
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: gateway-cert-operator
|
|
namespace: gateway-cert-operator-system
|