Files
dsk-devops-toolchains/helm/awx-operator/templates/rolebinding-awx-operator-awx-manager-rolebinding.yaml
2024-01-03 17:29:11 +09:00

15 lines
373 B
YAML

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 }}'