weaveworks / sa-demos

This repository is dealing with the Weave GitOps demos and demo environments. Please use it to file and update issues that you are seeing. You can also put your demo guides and demo scripts here.
1 stars 0 forks source link

Bug : I can't put dashboard links on Terraform objects #69

Closed LutzLange closed 1 year ago

LutzLange commented 1 year ago

I tried to add a Link for a Terraform UI that links to the AWS UI for the created object.

This is never shown.

Here is the definition :

apiVersion: infra.contrib.fluxcd.io/v1alpha1
kind: Terraform
metadata:
  annotations:
    comment: Delete the prune disabled annotation prior to deleting from git
    metadata.weave.works/dashboard.awsURL: "https://eu-central-1.console.aws.amazon.com/rds/home?region=eu-central-1#database:id=management;is-cluster=true"

But the UI does not show it : Screenshot from 2022-11-15 14-36-47

darrylweaver commented 1 year ago

fixed