# Adds namespace to all resources. namespace: osdk-test namePrefix: osdk- # Labels to add to all resources and selectors. #commonLabels: # someName: someValue apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../crd - ../rbac - ../manager images: - name: testing newName: testing-operator patches: - path: manager_image.yaml - path: debug_logs_patch.yaml - path: ../default/manager_auth_proxy_patch.yaml