mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
24 lines
438 B
YAML
24 lines
438 B
YAML
# 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
|