add: heqet

This commit is contained in:
nold 2021-11-22 19:17:59 +01:00
parent c9f6b22413
commit 879600bd8c
2 changed files with 13 additions and 3 deletions

View file

@ -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

View file

@ -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: