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
70 stars 64 forks source link

feat: add annotation for external database (PSKD-407) #565

Closed blchisholm closed 1 month ago

blchisholm commented 1 month ago

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

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