use env_short
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
3bf33234a8
commit
8b97f3b454
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@
|
|||
app: sanitarium
|
||||
key: intermediate
|
||||
secret_name: intermediate
|
||||
privatefile: "sanitarium/intermediate.{{env}}.key"
|
||||
privatefile: "sanitarium/intermediate.{{env_short}}.key"
|
||||
- role: openshift/secret-file
|
||||
app: sanitarium
|
||||
key: signer
|
||||
secret_name: signer
|
||||
privatefile: "sanitarium/signer.{{env}}"
|
||||
privatefile: "sanitarium/signer.{{env_short}}"
|
||||
- role: openshift/object
|
||||
app: sanitarium
|
||||
objectname: secret.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue