From 879600bd8c7eef228e3530e8ae6c8bea2eb3a93a Mon Sep 17 00:00:00 2001 From: nold Date: Mon, 22 Nov 2021 19:17:59 +0100 Subject: [PATCH] add: heqet --- projects/heqet-apps/project.yml | 10 ++++++++++ values.yaml | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 projects/heqet-apps/project.yml diff --git a/projects/heqet-apps/project.yml b/projects/heqet-apps/project.yml new file mode 100644 index 00000000..06736d90 --- /dev/null +++ b/projects/heqet-apps/project.yml @@ -0,0 +1,10 @@ +config: + description: Heqet-Apps + existingNamespace: argocd + +apps: + - name: heqet-apps + existingNamespace: argocd + repoURL: https://github.com/nold360/hive-apps + path: . + targetRevision: main diff --git a/values.yaml b/values.yaml index e731e672..4bf023db 100644 --- a/values.yaml +++ b/values.yaml @@ -14,9 +14,9 @@ defaults: selfHeal: true # Specifies if partial app sync should be executed when resources are changed only in target Kubernetes cluster and no git change detected ( false by default ). allowEmpty: false # Allows deleting all application resources during automatic syncing ( false by default ). syncOptions: # Sync options which modifies sync behavior - - Validate=false # disables resource validation (equivalent to 'kubectl apply --validate=false') ( true by default ). - - CreateNamespace=true # Namespace Auto-Creation ensures that namespace specified as the application destination exists in the destination cluster. - - PrunePropagationPolicy=foreground # Supported policies are background, foreground and orphan. + - Validate=true # disables resource validation (equivalent to 'kubectl apply --validate=false') ( true by default ). + - CreateNamespace=false # Namespace Auto-Creation ensures that namespace specified as the application destination exists in the destination cluster. + - PrunePropagationPolicy=background # Supported policies are background, foreground and orphan. - PruneLast=true # Allow the ability for resource pruning to happen as a final, implicit wave of a sync operation # The retry feature is available since v1.7 retry: