mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-23 22:26:49 +00:00
31 lines
699 B
YAML
31 lines
699 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- crds/0000_00_operator.open-cluster-management.io_klusterlets.crd.yaml
|
|
- rbac/cluster_role.yaml
|
|
- rbac/cluster_role_binding.yaml
|
|
- operator/namespace.yaml
|
|
- operator/service_account.yaml
|
|
- operator/operator.yaml
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
replicas:
|
|
- count: 1
|
|
name: klusterlet
|
|
|
|
images:
|
|
- name: quay.io/open-cluster-management/registration-operator:latest
|
|
newName: quay.io/open-cluster-management/registration-operator
|
|
newTag: latest
|
|
|
|
patches:
|
|
- patch: |-
|
|
- op: replace
|
|
path: "/spec/template/spec/containers/0/imagePullPolicy"
|
|
value: IfNotPresent
|
|
target:
|
|
kind: Deployment
|