add secret_name
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
b83f6a5510
commit
24bcf733a9
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,12 @@
|
|||
roles:
|
||||
- { role: openshift/object, app: waiverdb, template: project.yml, description: waiverdb }
|
||||
- { role: openshift/object, app: waiverdb, template: secret.yml }
|
||||
- { role: openshift/secret-file, app: waiverdb, key=client_secrets.json, template: client_secrets.json }
|
||||
- { role: openshift/secret-file
|
||||
, app: waiverdb
|
||||
, secret_name=waiverdb-stg-secret
|
||||
, key=client_secrets.json
|
||||
, template: client_secrets.json
|
||||
}
|
||||
- { role: openshift/object, app: waiverdb, file: imagestream.yml }
|
||||
- { role: openshift/object, app: waiverdb, template: configmap.yml }
|
||||
- { role: openshift/object, app: waiverdb, file: service.yml }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue