Skip to content

Commit

Permalink
Merge pull request #565 from sassoftware/pr-pskd-407
Browse files Browse the repository at this point in the history
feat: add annotation for external database (PSKD-407)
  • Loading branch information
blchisholm authored Aug 8, 2024
2 parents de5c139 + 0140ed3 commit b740636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/vdm/templates/transformers/dataserver-transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ kind: PatchTransformer
metadata:
name: {{ dataserver_name }}-dataserver-transformer
patch: |-
- op: add
path: "/metadata/annotations/sas.com~1database-server-location"
value: external # Identifies that database server is external
- op: replace
path: /spec/databases/0/name
value: {{ db }}
Expand Down

0 comments on commit b740636

Please sign in to comment.