mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Dynamically set the deployment type for the configmap name
This commit is contained in:
@@ -240,7 +240,7 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: {{ meta.name }}-receptor-config
|
- name: {{ meta.name }}-receptor-config
|
||||||
configMap:
|
configMap:
|
||||||
name: {{ meta.name }}-awx-configmap
|
name: '{{ meta.name }}-{{ deployment_type }}-configmap'
|
||||||
items:
|
items:
|
||||||
- key: receptor_conf
|
- key: receptor_conf
|
||||||
path: receptor.conf
|
path: receptor.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user