openscanhub: add fedora-messaging-configmap
... to playbook. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
f5b2e01db5
commit
a2ba6b77c1
2 changed files with 5 additions and 1 deletions
|
@ -147,6 +147,10 @@
|
|||
secret_name: openscanhub-fedora-messaging-cert
|
||||
key: fedora-messaging-openscanhub.crt
|
||||
privatefile: "rabbitmq/{{env}}/pki/issued/openscanhub{{env_suffix}}.crt"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
template: fedora-messaging-configmap.yml
|
||||
objectname: fedora-messaging-configmap
|
||||
|
||||
# sudo rbac-playbook -l staging -t delete openshift-apps/openscanhub.yml
|
||||
- role: openshift/object-delete
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
- apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: fedora-messaging-configmap
|
||||
name: fedora-messaging-config
|
||||
labels:
|
||||
app: openscanhub
|
||||
data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue