From 69963d1c2f08b68fcb56ad4346c7b56409f35270 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 6 Jun 2025 05:37:34 -0500 Subject: [PATCH] updateu --- infra/argocd/templates/istio.yaml | 21 ++++++------ infra/argocd/templates/longhorn.yaml | 10 +++--- infra/argocd/templates/octopusdeploy.yaml | 40 +++++++++++------------ 3 files changed, 35 insertions(+), 36 deletions(-) diff --git a/infra/argocd/templates/istio.yaml b/infra/argocd/templates/istio.yaml index b687887..4d9d6d5 100644 --- a/infra/argocd/templates/istio.yaml +++ b/infra/argocd/templates/istio.yaml @@ -18,17 +18,16 @@ spec: topology.istio.io/network: network1 automated: prune: true - selfHeal: true + selfHeal: true syncOptions: - - CreateNamespace=true + - CreateNamespace=true ignoreDifferences: - - group: admissionregistration.k8s.io - kind: ValidatingWebhookConfiguration - jsonPointers: - - /webhooks/0/failurePolicy + - group: admissionregistration.k8s.io + kind: ValidatingWebhookConfiguration + jsonPointers: + - /webhooks/0/failurePolicy --- - apiVersion: argoproj.io/v1alpha1 kind: Application metadata: @@ -53,7 +52,7 @@ spec: syncOptions: - CreateNamespace=true ignoreDifferences: - - group: admissionregistration.k8s.io - kind: ValidatingWebhookConfiguration - jsonPointers: - - /webhooks/0/failurePolicy + - group: admissionregistration.k8s.io + kind: ValidatingWebhookConfiguration + jsonPointers: + - /webhooks/0/failurePolicy diff --git a/infra/argocd/templates/longhorn.yaml b/infra/argocd/templates/longhorn.yaml index e138fcc..33eda6e 100644 --- a/infra/argocd/templates/longhorn.yaml +++ b/infra/argocd/templates/longhorn.yaml @@ -5,11 +5,6 @@ metadata: namespace: argocd spec: project: default - ignoreDifferences: - - group: engineimages.longhorn.io - jsonPointers: - - /spec/preserveUnknownFields - kind: CustomResourceDefinition source: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: main @@ -23,6 +18,11 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + ignoreDifferences: + - group: engineimages.longhorn.io + jsonPointers: + - /spec/preserveUnknownFields + kind: CustomResourceDefinition --- apiVersion: argoproj.io/v1alpha1 diff --git a/infra/argocd/templates/octopusdeploy.yaml b/infra/argocd/templates/octopusdeploy.yaml index 9550368..3412681 100644 --- a/infra/argocd/templates/octopusdeploy.yaml +++ b/infra/argocd/templates/octopusdeploy.yaml @@ -20,23 +20,23 @@ spec: - CreateNamespace=true --- -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: octopusdeploy-agent -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://gitlab.com/developerdurp/homelab.git -# targetRevision: main -# path: infra/octopus-agent -# destination: -# namespace: octopus-agent -# name: in-cluster -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: octopusdeploy-agent + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: infra/octopus-agent + destination: + namespace: octopus-agent + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true