-
Notifications
You must be signed in to change notification settings - Fork 251
/
Copy pathforgeops.conf.example
48 lines (42 loc) · 1.33 KB
/
forgeops.conf.example
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
#
# All commands honor these
#
#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
#
#BUILD_PATH=docker
#CONTAINER_ENGINE=docker
# Use PUSH_TO to set a global registry URL for building your custom images
#PUSH_TO=
#
# 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