Change the name of the conf variable
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
2b181e86c0
commit
14d4e036e0
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ osbs_conf_vendor: Fedora Project
|
|||
osbs_orchestrator_cpu_limitrange: "95m"
|
||||
osbs_orchestrator_default_nodeselector: "orchestrator=true"
|
||||
|
||||
osbs_readwrite_users:
|
||||
osbs_conf_readwrite_users:
|
||||
- default
|
||||
- builder
|
||||
|
||||
|
|
|
@ -432,7 +432,7 @@
|
|||
osbs_authoritative_registry: "{{ source_registry }}"
|
||||
osbs_sources_command: "{{ osbs_conf_sources_command }}"
|
||||
osbs_vendor: "{{ osbs_conf_vendor }}"
|
||||
osbs_readwrite_users: "{{ osbs_readwrite_users }}"
|
||||
osbs_readwrite_users: "{{ osbs_conf_readwrite_users }}"
|
||||
when: env == "staging"
|
||||
|
||||
- name: setup koji secret in worker namespace
|
||||
|
@ -481,7 +481,7 @@
|
|||
osbs_authoritative_registry: "{{ source_registry }}"
|
||||
osbs_sources_command: "{{ osbs_conf_sources_command }}"
|
||||
osbs_vendor: "{{ osbs_conf_vendor }}"
|
||||
osbs_readwrite_users: "{{ osbs_readwrite_users }}"
|
||||
osbs_readwrite_users: "{{ osbs_conf_readwrite_users }}"
|
||||
when: env == "staging"
|
||||
|
||||
- name: setup reactor config secret in orchestrator namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue