
Added updated CRD, rbac and deployment YAML files. Added README.md file having details about the parent repo. Depends-On: https://review.opendev.org/749237 Change-Id: Idfb861661c6e9a8bd886a87174067fb58cd888d7
12 lines
246 B
YAML
12 lines
246 B
YAML
kind: RoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: airship-host-config
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: airship-host-config
|
|
roleRef:
|
|
kind: Role
|
|
name: airship-host-config
|
|
apiGroup: rbac.authorization.k8s.io
|