This commit is contained in:
2025-06-06 05:37:34 -05:00
parent 2be77594f0
commit 69963d1c2f
3 changed files with 35 additions and 36 deletions

View File

@@ -18,17 +18,16 @@ spec:
topology.istio.io/network: network1 topology.istio.io/network: network1
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
ignoreDifferences: ignoreDifferences:
- group: admissionregistration.k8s.io - group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration kind: ValidatingWebhookConfiguration
jsonPointers: jsonPointers:
- /webhooks/0/failurePolicy - /webhooks/0/failurePolicy
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
@@ -53,7 +52,7 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
ignoreDifferences: ignoreDifferences:
- group: admissionregistration.k8s.io - group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration kind: ValidatingWebhookConfiguration
jsonPointers: jsonPointers:
- /webhooks/0/failurePolicy - /webhooks/0/failurePolicy

View File

@@ -5,11 +5,6 @@ metadata:
namespace: argocd namespace: argocd
spec: spec:
project: default project: default
ignoreDifferences:
- group: engineimages.longhorn.io
jsonPointers:
- /spec/preserveUnknownFields
kind: CustomResourceDefinition
source: source:
repoURL: https://gitlab.com/developerdurp/homelab.git repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main targetRevision: main
@@ -23,6 +18,11 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
ignoreDifferences:
- group: engineimages.longhorn.io
jsonPointers:
- /spec/preserveUnknownFields
kind: CustomResourceDefinition
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1

View File

@@ -20,23 +20,23 @@ spec:
- CreateNamespace=true - CreateNamespace=true
--- ---
#apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
#kind: Application kind: Application
#metadata: metadata:
# name: octopusdeploy-agent name: octopusdeploy-agent
# namespace: argocd namespace: argocd
#spec: spec:
# project: default project: default
# source: source:
# repoURL: https://gitlab.com/developerdurp/homelab.git repoURL: https://gitlab.com/developerdurp/homelab.git
# targetRevision: main targetRevision: main
# path: infra/octopus-agent path: infra/octopus-agent
# destination: destination:
# namespace: octopus-agent namespace: octopus-agent
# name: in-cluster name: in-cluster
# syncPolicy: syncPolicy:
# automated: automated:
# prune: true prune: true
# selfHeal: true selfHeal: true
# syncOptions: syncOptions:
# - CreateNamespace=true - CreateNamespace=true