diff --git a/terraspace/app/stacks/peer-kubernetes-components/helm.tf b/terraspace/app/stacks/peer-kubernetes-components/helm.tf index 13daf10b..96a3b103 100644 --- a/terraspace/app/stacks/peer-kubernetes-components/helm.tf +++ b/terraspace/app/stacks/peer-kubernetes-components/helm.tf @@ -54,6 +54,12 @@ resource "helm_release" "argocd_apps" { name = "logging.namespace" value = kubernetes_namespace.logging_namespace.metadata[0].name } + + # TODO: Delete after applying + set { + name = "deleteme" + value = "justfortriggeryamlchange" + } } resource "helm_release" "argocd_rollouts" { diff --git a/terraspace/app/stacks/peer-kubernetes-components/helm/argocd-apps/templates/bitswap-peer-application.yaml b/terraspace/app/stacks/peer-kubernetes-components/helm/argocd-apps/templates/bitswap-peer-application.yaml index 04cd9b27..349c8341 100644 --- a/terraspace/app/stacks/peer-kubernetes-components/helm/argocd-apps/templates/bitswap-peer-application.yaml +++ b/terraspace/app/stacks/peer-kubernetes-components/helm/argocd-apps/templates/bitswap-peer-application.yaml @@ -3,13 +3,6 @@ kind: Application metadata: name: bitswap-peer namespace: argocd - annotations: - notifications.argoproj.io/subscribe.on-sync-succeeded.slack: protocol-labs-internal-notifications - notifications.argoproj.io/subscribe.on-deployed.slack: protocol-labs-internal-notifications - notifications.argoproj.io/subscribe.on-health-degraded.slack: protocol-labs-internal-notifications - notifications.argoproj.io/subscribe.on-sync-failed.slack: protocol-labs-internal-notifications - notifications.argoproj.io/subscribe.on-sync-running.slack: protocol-labs-internal-notifications - notifications.argoproj.io/subscribe.on-sync-status-unknown.slack: protocol-labs-internal-notifications spec: project: default source: