Skip to content

Commit

Permalink
Fix argocd app prefix (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls authored Sep 11, 2024
1 parent 3e189c7 commit caef6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/environment.sh.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ echo "Loading environment for {{ ioc_group }} deployment ..."
#### SECTION 1. Environment variables ##########################################

export EC_CLI_BACKEND="ARGOCD"
# the argocd project and root app
export EC_TARGET={{ argocd_project }}/{{ ioc_group }}
# the argocd app namespace and root app
export EC_TARGET={{ cluster_namespace_apps }}/{{ ioc_group }}
# the git repo for this project
export EC_SERVICES_REPO={{ services_repo }}
# declare your centralised log server Web UI
Expand Down

0 comments on commit caef6da

Please sign in to comment.