You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Role for apl-gitea-operator to manage service account in team namespace
212
+
apiVersion: rbac.authorization.k8s.io/v1
213
+
kind: Role
214
+
metadata:
215
+
name: apl-gitea-operator-service-account
216
+
namespace: team-{{ $v.teamId }}
217
+
rules:
218
+
# Allows the apl-gitea-operator to create, get and list secrets in the team namespace. This is necessary to create service accounts for build in harbor.
0 commit comments