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
66
forks
source link
feat: add annotation for external database (PSKD-407) #565
This PR adds an annotation to deployments that are using an external postgres database. The presence of the annotation will gate behaviour of the data server operator.
Tests:
Verified following scenarios
Scenario
Task
Provider
Cadence
kubernetes_version
Database
Notes
1
OOTB
Azure
stable:2024.07
1.28
default: external
Annotation appears in sasdeployment.yaml manifest
2
OOTB
Azure
stable:2024.07
1.29
default: internal
Annotation does NOT appear in sasdeployment.yaml manifest
Changes:
This PR adds an annotation to deployments that are using an external postgres database. The presence of the annotation will gate behaviour of the data server operator.
Tests:
Verified following scenarios