Rename operator image name to make it unique from resource & pulp operators

This commit is contained in:
Christian M. Adams
2021-10-25 14:02:59 -04:00
parent 670b1f7d40
commit 894b0ffa5f
11 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ generatorOptions:
configMapGenerator:
- files:
- controller_manager_config.yaml
name: manager-config
name: awx-manager-config
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:

View File

@@ -30,7 +30,7 @@ spec:
- --leader-elect
- --leader-election-id=awx-operator
image: controller:latest
name: manager
name: awx-manager
env:
- name: ANSIBLE_GATHERING
value: explicit