-
Notifications
You must be signed in to change notification settings - Fork 32
/
user.env
61 lines (48 loc) · 1.76 KB
/
user.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Global options
# --------------
# LOG_DEBUG_ENABLE=false
# LOG_LEVEL_ENABLE=true
# LOG_COLOR_ENABLE=true
# Defaults to use 'mktemp -d -t sas.mon.XXXXXXXX'
# TMP_DIR=
# Auto-delete TMP_DIR on exit
# KEEP_TMP_DIR=false
# HELM_DEBUG=false
# HELM_FORCE_REPO_UPDATE=true
# Enforces that the current KUBECONFIG has cluster admin privileges
# CHECK_ADMIN=true
# Enables in-cluster service-to-service TLS for monitoring and
# logging components. See the respective README.md for details.
# TLS_ENABLE=true
# Enables tolerations and pod affinity to enable the monitoring
# components to participate in the SAS Viya workload node placement strategy
# NODE_PLACEMENT_ENABLE=false
# Namespace of NGINX ingress controller (if applicable)
# NGINX_NS=ingress-nginx
# Name of NGINX ingress controller (if applicable)
# NGINX_SVCNAME=ingress-nginx-controller
# Maximum amount of time to wait for namespace deletion, if enabled
# KUBE_NAMESPACE_DELETE_TIMEOUT=5m
# OpenShift-specific Options
# --------------------------
# Enable path-based routes (URLs will end in /grafana, /kibana, etc.)
# OPENSHIFT_PATH_ROUTES=false
# Override the base route domain used for monitoring and logging
# Note that the actual hostname used will have the name of the service
# and namespace prepended (e.g. v4m-grafana-$MON_NS.$OPENSHIFT_ROUTE_DOMAIN)
# OPENSHIFT_ROUTE_DOMAIN=apps.my-openshift-cluster.com
# Air-gapped Deployment Options
# --------------------------
# Use Private Container Registry for container images?
# AIRGAP_DEPLOYMENT=false
#
# Location of Private Container Registry
# AIRGAP_REGISTRY=myPrivateRegistry.cloudProvider.io
#
# Helm chart registry/location
# Defaults to match AIRGAP_REGISTRY
# AIRGAP_HELM_REPO=someLocation
#
# Format of Helm charts
# Valid values: oci|tgz
# AIRGAP_HELM_FORMAT: oci