-
Notifications
You must be signed in to change notification settings - Fork 253
Expand file tree
/
Copy pathforgeops.conf.example
More file actions
71 lines (64 loc) · 1.77 KB
/
forgeops.conf.example
File metadata and controls
71 lines (64 loc) · 1.77 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
#
# All commands honor these
#
#BUILD_PATH=docker
#KUSTOMIZE_PATH=kustomize
#HELM_PATH=helm
#NO_KUSTOMIZE=false
#NO_HELM=false
#
# Only for env
#
# PULL_POLICY is image pull policy : see available values https://kubernetes.io/docs/concepts/containers/images/
#PULL_POLICY=
# Source overlay to use when creating a new overlay
#SOURCE=default
#
# Only for build
#
#CONTAINER_ENGINE=docker
# Use PUSH_TO to set a global registry URL for building your custom images
#PUSH_TO=
#DOCKER_BUILD_EXTRA_ARGS="--platform linux/amd64,linux/arm64"
#
# Only for prereqs
#
#INGRESS=nginx
#SECRETS=secret-agent
#UPGRADE=false
#cert-manager options
#CM_VERSION=
#CM_NAMESPACE=cert-manager
#nginx options
#NX_VERSION=
#NX_NAMESPACE=ingress-nginx
#haproxy options
#HP_VERSION=
#HP_NAMESPACE=haproxy-ingress
#secret-agent options
#SA_VERSION=
#SA_NAMESPACE=secret-agent
#secret-generator options
#SG_VERSION=
#SG_NAMESPACE=secret-generator
#
# Releases
#
# You shouldn't use this unless you are building images from scratch
# RELEASES_SRC=http://releases.forgeops.com
#
# Container registry URLS
#
# These are for folks that need to build their own custom images instead of
# using the canonical images. If you are using the default/canonical images,
# then you can ignore these settings. Be sure you know what you are doing
# before changing these. Usually, you should only need to set BASE_REPO, and
# leave DEPLOY_REPO alone.
# BASE_REPO contains bare images that have not been setup for forgeops. It's
# shorthand is 'base'.
#BASE_REPO=
# DEPLOY_REPO contains images that have been setup for forgeops. It's shorthand
# is 'deploy'. It can be the canonical forgops-public repo, or your PUSH_TO
# repo. If you want to define this, it's recommended to set PUSH_TO as well
# and make them the same.
#DEPLOY_REPO=$PUSH_TO