数据库脚本修复,添加私服

This commit is contained in:
2019-11-27 11:30:27 +08:00
parent 4226fdcdfb
commit 27b6034046
7 changed files with 12590 additions and 0 deletions

21
manifests/gitlab-sa.yaml Normal file
View File

@@ -0,0 +1,21 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: cms-gitlab-ci
namespace: cms
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: cms-gitlab-role
namespace: cms
subjects:
- kind: ServiceAccount
name: cms-gitlab-ci
namespace: cms
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: admin