Skip to content

Commit

Permalink
fix(argocd): remove depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
abolfazl8131 committed Dec 22, 2024
1 parent 5af64d7 commit 442ed14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/media/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ argocd_application = {

argocd_sync_options = ["CreateNamespace=true", "ApplyOutOfSyncOnly=true", "FailOnSharedResource=true"]

auto_prune =
self_heal =
auto_prune = false
self_heal = false
2 changes: 1 addition & 1 deletion app/models/terraform_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ArgoApplication(BaseModel):
class IaCTemplateGenerationArgoCD(BaseModel):
argocd_application:ArgoApplication | None = None
argocd_repository:bool = True
application_depends_repository:bool = True



class IaCTemplateGenerationELB(BaseModel):
Expand Down

0 comments on commit 442ed14

Please sign in to comment.