mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
add: heqet
This commit is contained in:
parent
c9f6b22413
commit
879600bd8c
2 changed files with 13 additions and 3 deletions
10
projects/heqet-apps/project.yml
Normal file
10
projects/heqet-apps/project.yml
Normal 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
|
|
@ -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 ).
|
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 ).
|
allowEmpty: false # Allows deleting all application resources during automatic syncing ( false by default ).
|
||||||
syncOptions: # Sync options which modifies sync behavior
|
syncOptions: # Sync options which modifies sync behavior
|
||||||
- Validate=false # disables resource validation (equivalent to 'kubectl apply --validate=false') ( true by default ).
|
- Validate=true # 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.
|
- CreateNamespace=false # 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.
|
- 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
|
- 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
|
# The retry feature is available since v1.7
|
||||||
retry:
|
retry:
|
||||||
|
|
Loading…
Reference in a new issue