Skip to content

Commit 14f6481

Browse files
committed
feat(argocd): add destination configuration for otel-operator application set
1 parent 98cd3dc commit 14f6481

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

application_set.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,11 @@ resource "argocd_application_set" "otel-operator" {
895895
}
896896
}
897897
}
898+
899+
destination {
900+
name = "{{.name}}"
901+
namespace = "guardian"
902+
}
898903
}
899904
}
900905
}

0 commit comments

Comments
 (0)