Enable ODCS in production OSBS

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-08-20 11:19:59 +02:00
parent 68a91cec37
commit ec78eae155
2 changed files with 1 additions and 3 deletions

View file

@ -132,7 +132,7 @@ _osbs_reactor_config_map:
required_secrets:
- kojisecret
- v2-registry-dockercfg
# - odcs-oidc-secret
- odcs-oidc-secret
worker_token_secrets:
- x86-64-orchestrator

View file

@ -372,7 +372,6 @@
osbs_secret_files:
- source: "{{ private }}/files/osbs/{{ env }}/odcs-oidc-token"
dest: token
when: env == "staging"
tags:
- osbs-worker-namespace
@ -446,7 +445,6 @@
osbs_secret_files:
- source: "{{ private }}/files/osbs/{{ env }}/odcs-oidc-token"
dest: token
when: env == "staging"
tags:
- osbs-orchestrator-namespace