stellar / helm-charts

Helm charts for deploying SDF maintained software
3 stars 12 forks source link

ANCHOR-403 fix observer deployment annotations #59

Closed reecexlm closed 11 months ago

reecexlm commented 11 months ago

This PR patches an error in the anchor-platform helm chart. In the stellar observer service, the deployment templates path for pulling annotations from the values file currently pulls those annotations from the sep service values. This PR patches this error by using annotations from the stellarObserver.deployment values. This enables you to configure different annotations for both sep service and observer service. This has been tested using helm-template and deploying the helm chart into a local k8 cluster.