Browse Source

Removed certificate parameters

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

+ 0
- 12
deploy/aro/openshift-templates/catalogapi-deploy-template.yml View File

@ -118,16 +118,4 @@ parameters:
- description: The public hostname of the Catalog route
displayName: Catalog Public Hostname
name: CATALOG_PUBLIC_HOSTNAME
required: true
- description: The CA Certificate thumbprint value
displayName: CA Certificate
name: CA_CERTIFICATE
required: true
- description: The Certificate thumbprint value
displayName: Certificate
name: CERTIFICATE
required: true
- description: The private key thumbprint value for the certificate
displayName: Private Key
name: PRIVATE_KEY
required: true

Loading…
Cancel
Save