From 81bcb8743de40ac2a3b067f95bc48bf726ab005e Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Sun, 12 Mar 2023 20:12:52 +0700 Subject: [PATCH] telepresence --- apps/argocd/patches/argocd-cm.yaml | 3 +++ main/apps/telepresence.yaml | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 main/apps/telepresence.yaml diff --git a/apps/argocd/patches/argocd-cm.yaml b/apps/argocd/patches/argocd-cm.yaml index cbc33cd..858f339 100644 --- a/apps/argocd/patches/argocd-cm.yaml +++ b/apps/argocd/patches/argocd-cm.yaml @@ -6,6 +6,9 @@ data: application.instanceLabelKey: argocd.argoproj.io/instance url: https://argocd.ioot.xyz statusbadge.enabled: 'true' + resource.compareoptions: | + # disables status field diffing in specified resource types + ignoreAggregatedRoles: true dex.config: | connectors: - type: github diff --git a/main/apps/telepresence.yaml b/main/apps/telepresence.yaml new file mode 100644 index 0000000..5f0ebaa --- /dev/null +++ b/main/apps/telepresence.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: telepresence + namespace: argocd +spec: + destination: + namespace: ambassador + server: https://kubernetes.default.svc + project: default + source: + chart: telepresence + repoURL: https://app.getambassador.io + targetRevision: "2.11.1" + helm: + releaseName: traffic-manager + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + prune: true + selfHeal: true