Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions terraspace/app/stacks/peer-kubernetes-components/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down