-
Notifications
You must be signed in to change notification settings - Fork 67
/
.env
52 lines (48 loc) · 1.5 KB
/
.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
# Mode of dump or all, dump-namespaces or ns, dump-cluster or cls
# MODE=dump-namespaces
# Execute silently, suppress all stdout messages
# SILENT=false
# Path to dir for store dumps, default ./data
# DESTINATION_DIR=./data
# Do not remove detailed state specific fields
# DETAILED=false
# Organize output into directories by resource type
# OUTPUT_BY_TYPE=false
# Organize all resources of the same type in the same file
# FLAT=false
# Delete resources data directory before launch
# FORCE_REMOVE=false
# List of kubernetes namespaces, if not specified then use all available
# NAMESPACES=dev,prod
# List of namespaced resources
# NAMESPACED_RESOURCES=deployment,sts,ds,svc
# List of cluster resources
# CLUSTER_RESOURCES=ns,crd
# Path to kubeconfig file
# KUBE_CONFIG=~/.kube/config
# The name of the kubeconfig context to use
# KUBE_CONTEXT=my-cluster
# The name of the kubeconfig cluster to use
# KUBE_CLUSTER=my-cluster
# Skip check server's certificate for validity
# KUBE_INSECURE_TLS=false
# Commit changes
# GIT_COMMIT=false
# Commit changes and push to origin
# GIT_PUSH=false
# Branch name
# GIT_BRANCH=master
# Commit author username
# GIT_COMMIT_USER=Kube-dump
# Commit author email
# GIT_COMMIT_EMAIL=kube-dump@local
# Remote repo name, defualt is origin
# GIT_REMOTE_NAME=origin
# Remote repo URL
# [email protected]:WoozyMasta/kube-dump.git
# Create archive of data dir
# ARCHIVATE=false
# Rotate archives older than N days
# ARCHIVE_ROTATE=60
# Archive type xz, gz or bz2, default is tar
# ARCHIVE_TYPE=gz