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.
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:
file1
file2
The parser should instead parse the kustimation as yaml to do the checks properly
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