Files
open-cluster-management/deploy/spoke/kustomization.yaml
Qing Hao 718605172f split work permissions (#142)
* split work permissions

Signed-off-by: haoqing0110 <qhao@redhat.com>

* add more comments

Signed-off-by: haoqing0110 <qhao@redhat.com>
2022-06-27 14:35:25 +00:00

24 lines
588 B
YAML

# Adds namespace to all resources.
namespace: open-cluster-management-agent
resources:
- ./appliedmanifestworks.crd.yaml
- ./component_namespace.yaml
- ./service_account.yaml
- ./role.yaml
- ./role_binding.yaml
- ./clusterrole.yaml
- ./clusterrole_execution.yaml
- ./clusterrole_binding.yaml
- ./clusterrole_binding_execution.yaml
- ./clusterrole_binding_execution-admin.yaml
- ./deployment.yaml
images:
- name: quay.io/open-cluster-management/work:latest
newName: quay.io/open-cluster-management/work
newTag: latest
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization