This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71
stars
64
forks
source link
(IAC-525) update ansible task for certificate configuration #213
Update roles/vdm/tasks/tls.yaml to correctly apply cert-manager-provided-ingress-certificate.yaml. It should only be used if the V4_CFG_TLS_GENERATOR is set to cert-manager and the TLS key and Cert are not provided by the user.
Update the customer-provided-merge-sas-certframe-configmap.yaml so that it is correctly applied. It should be used when V4_CFG_TLS_GENERATOR is either openssl or cert-manager.
Changes
Update
roles/vdm/tasks/tls.yaml
to correctly applycert-manager-provided-ingress-certificate.yaml
. It should only be used if theV4_CFG_TLS_GENERATOR
is set to cert-manager and the TLS key and Cert are not provided by the user.Update the customer-provided-merge-sas-certframe-configmap.yaml so that it is correctly applied. It should be used when
V4_CFG_TLS_GENERATOR
is either openssl or cert-manager.