Browse Source

Updated certificate formatting

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
b5158a9189
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      deploy/aro/openshift-templates/catalogapi-deploy-template.yml

+ 3
- 6
deploy/aro/openshift-templates/catalogapi-deploy-template.yml View File

@ -104,12 +104,9 @@ objects:
port:
targetPort: 8080-tcp
tls:
caCertificate: |
${CA_CERTIFICATE}
certificate: |
${CERTIFICATE}
key: |
${PRIVATE_KEY}
caCertificate: ${CA_CERTIFICATE}
certificate: ${CERTIFICATE}
key: ${PRIVATE_KEY}
termination: edge
to:
kind: Service


Loading…
Cancel
Save