-
Notifications
You must be signed in to change notification settings - Fork 1
/
values.yaml
35 lines (30 loc) · 907 Bytes
/
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
image:
init:
repository: docker.io/kubeshop/monokle-admission-controller-init
pullPolicy: IfNotPresent
# Override the image tag whose default is the chart appVersion.
tag: ""
# Override entire image path.
overridePath: ""
server:
repository: docker.io/kubeshop/monokle-admission-controller-server
pullPolicy: IfNotPresent
# Override the image tag whose default is the chart appVersion.
tag: ""
# Override entire image path.
overridePath: ""
synchronizer:
repository: docker.io/kubeshop/monokle-admission-controller-synchronizer
pullPolicy: IfNotPresent
# Override the image tag whose default is the chart appVersion.
tag: ""
# Override entire image path.
overridePath: ""
replicas: 1
# Do not validate resources from below namespaces.
ignoreNamespaces:
# - ns1
# - ns2
logLevel: WARN
automationToken: ""
cloudApiUrl: ""