From c72f1d4f25ce8866cb377b228625d439f273ce9e Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 2 Jul 2024 18:13:06 +0200 Subject: [PATCH] Argo app of apps --- manifests/debug/istio/httpbin.yaml | 16 ++++++++++++++++ manifests/debug/{ => ubuntu}/ubuntu.yaml | 0 2 files changed, 16 insertions(+) rename manifests/debug/{ => ubuntu}/ubuntu.yaml (100%) diff --git a/manifests/debug/istio/httpbin.yaml b/manifests/debug/istio/httpbin.yaml index e64948e..b51b5cd 100644 --- a/manifests/debug/istio/httpbin.yaml +++ b/manifests/debug/istio/httpbin.yaml @@ -79,3 +79,19 @@ spec: name: httpbin ports: - containerPort: 8000 + +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ubuntu + namespace: argo-system +spec: + project: default + source: + repoURL: git@git.badhouseplants.net:badhouseplants/k8s-cluster-config.git + targetRevision: try-argo-and-flux + path: manifests/debug/ubuntu + destination: + server: https://kubernetes.default.svc + namespace: default diff --git a/manifests/debug/ubuntu.yaml b/manifests/debug/ubuntu/ubuntu.yaml similarity index 100% rename from manifests/debug/ubuntu.yaml rename to manifests/debug/ubuntu/ubuntu.yaml