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

15 lines
375 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
helm.sh/chart: awx-operator
name: awx-operator-proxy-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: awx-operator-proxy-role
subjects:
- kind: ServiceAccount
name: awx-operator-controller-manager
namespace: '{{ .Release.Namespace }}'