mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-02 19:32:49 +00:00
21 lines
452 B
YAML
21 lines
452 B
YAML
---
|
|
# Adds namespace to all resources.
|
|
namespace: osdk-test
|
|
namePrefix: osdk-
|
|
# Labels to add to all resources and selectors.
|
|
# commonLabels:
|
|
# someName: someValue
|
|
patchesStrategicMerge:
|
|
- manager_image.yaml
|
|
- debug_logs_patch.yaml
|
|
- ../default/manager_auth_proxy_patch.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../crd
|
|
- ../rbac
|
|
- ../manager
|
|
images:
|
|
- name: testing
|
|
newName: testing-operator
|