forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
40 lines (40 loc) · 1001 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# Currently defined test environment variables. Uncomment and/or change as desired.
#
############################
# Test specific variables
############################
#
# Timeout to wait for an element to appear. The default is 60 sec.
# TEST_TIMEOUT=60000
#
# Run the tests in headless mode if true, non-headless mode if false
IS_HEADLESS=true
#
# Turn on/off tracing to the console. The default is true.
# ENABLE_CONSOLE_LOG=true
#
############################
# ArgoCD specific variables
############################
#
# URL of the ArgoCD UI to test against
ARGOCD_URL=http://localhost:4000
#
# Git repository where applications reside
GIT_REPO=https://github.com/argoproj/argocd-example-apps
#
# The name to give the app in ArgoCD
APP_NAME=myapp
#
# The project name
APP_PROJECT=default
#
# The source path of the application in the repo
SOURCE_REPO_PATH=helm-guestbook
#
# Destination cluster name
DESTINATION_CLUSTER_NAME=in-cluster
#
# Destination namespace
DESTINATION_NAMESPACE=default