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
fix: (IAC-689) add new exclusion for storageclass patch transformer #287
Release testready orders now include the du sas-data-agent-server-colocated
which does not have /spec/VolumeClaimTemplates in its StatefulSet
resulting in fatal kustomize error during DAC execution. Excluding that du
from the patchTransformer as we've done for two other dus earlier.
Why:
Release testready orders now include the du sas-data-agent-server-colocated which does not have /spec/VolumeClaimTemplates in its StatefulSet resulting in fatal kustomize error during DAC execution. Excluding that du from the patchTransformer as we've done for two other dus earlier.