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
Added ability to append custom definitions to kustomization.yaml. #279
To solve the issue with SASWORK location and similar customizations, I made some changes to allow for a custom block to be added to the end of kustomization.yaml.
This fixes #223
Instructions:
Add a folder "customkustomize" to <cluster>/<namespace>/site-config/
Add the files you want to put in the kustomization.yaml file that's not under "resources" to this new folder
Add a file "customkustomize.yaml" to that folder which contains exactly what you want to append in the resulting kustomization.yaml file.
To solve the issue with SASWORK location and similar customizations, I made some changes to allow for a custom block to be added to the end of kustomization.yaml.
This fixes #223
Instructions:
<cluster>/<namespace>/site-config/
The end result can for example look like this: