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
|
app: sanitarium
|
||||||
key: intermediate
|
key: intermediate
|
||||||
secret_name: intermediate
|
secret_name: intermediate
|
||||||
privatefile: "sanitarium/intermediate.{{env}}.key"
|
privatefile: "sanitarium/intermediate.{{env_short}}.key"
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: sanitarium
|
app: sanitarium
|
||||||
key: signer
|
key: signer
|
||||||
secret_name: signer
|
secret_name: signer
|
||||||
privatefile: "sanitarium/signer.{{env}}"
|
privatefile: "sanitarium/signer.{{env_short}}"
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: sanitarium
|
app: sanitarium
|
||||||
objectname: secret.yml
|
objectname: secret.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue