sassoftware / viya4-deployment

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

Site-config parser json syntax #102

Closed NormJohnIV closed 3 years ago

NormJohnIV commented 3 years ago

The site-config kustomization parser checks for unlisted files via a simple regex. This fails when files are written as resources: ['file1','file2'] instead of resources:

The parser should instead parse the kustimation as yaml to do the checks properly