디렉토리 구조 및 각 서비스 추가
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
labels:
|
||||
helm.sh/chart: awx-operator
|
||||
name: awx-operator-awx-manager-rolebinding
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
name: awx-operator-awx-manager-role
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: awx-operator-controller-manager
|
||||
namespace: '{{ .Release.Namespace }}'
|
||||
Reference in New Issue
Block a user