forked from moonswitch/weave-gitops-enterprise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-values.yaml
81 lines (68 loc) · 1.92 KB
/
dev-values.yaml
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
72
73
74
75
76
77
78
79
80
81
policy-agent:
enabled: true
# maybe we disable the policy-agent with tilt so ignore timeouts etc
failurePolicy: Ignore
config:
accountId: "weaveworks"
clusterId: "tilt-cluster"
config:
logLevel: debug
# un-comment to disable auth
# auth:
# noAuthentication:
# user: "wego-admin"
#
# un-comment to enable OIDC against dex-01
# oidc:
# enabled: true
# issuerURL: "https://dex-01.wge.dev.weave.works"
# redirectURL: "http://localhost:3000/oauth2/callback"
# clientCredentialsSecret: "oidc-auth"
tls:
enabled: false
# Turns on pipelines features when using Tilt.
enablePipelines: true
# Turns on explorer globally. See the explorer.enabledFor option to enable it for specific components.
explorer:
enabledFor:
- applications
- sources
- gitopssets
- templates
- clusterdiscovery
# Turns on terraform UI features for local dev
enableTerraformUI: true
extraEnvVars:
- name: WEAVE_GITOPS_FEATURE_COST_ESTIMATION
value: ""
- name: WEAVE_GITOPS_FEATURE_TELEMETRY
value: "false"
- name: BITBUCKET_SERVER_HOSTNAME
value: "bitbucket.yiannis.net"
# un-comment when running under weave-gitops-enterprise under a subpath e.g /weave-gitops-enterprise
# - name: ROUTE_PREFIX
# value: /weave-gitops-enterprise
- name: WEAVE_GITOPS_FEATURE_GITOPS_RUNTIME
value: "true"
extraEnvVarsSecret: ""
# Turns on UI elements for GitOps Run
enableRunUI: true
gitopssets-controller:
enabled: true
cluster-reflector-controller:
enabled: true
# Re-clarify capiEnabled
global:
capiEnabled: true
enableNewPipelines: true
# Enable ingress running under a path
# Note:
# Run INSTALL_NGINX_INGRESS=1 DELETE_GITOPS_DEV_REPO=1 ./tools/reboot.sh and tilt up
# Open http://localhost:30080/weave-gitops-enterprise # access the weave-gitops-enterprise app
ingress:
enabled: true
hosts:
- host: ""
paths:
- path: /weave-gitops-enterprise
pathType: Prefix