Fixed the imagePullPolicy
[demo.git] / vnfs / DAaaS / deploy / operator / charts / collectd-operator / values.yaml
1 # Default values for collectd-operator.
2 enabled: true
3 watch:
4   nameSpace: ""
5   labels: "app=collectd"
6 image:
7   repository: dcr.cluster.local:32644/collectd-operator
8   tag: latest
9   pullPolicy: IfNotPresent
10
11 resources: {}
12   # We usually recommend not to specify default resources and to leave this as a conscious
13   # choice for the user. This also increases chances charts run on environments with little
14   # resources, such as Minikube. If you do want to specify resources, uncomment the following
15   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
16   # limits:
17   #  cpu: 100m
18   #  memory: 128Mi
19   # requests:
20   #  cpu: 100m
21   #  memory: 128Mi
22
23 nodeSelector: {}
24
25 tolerations: []
26
27 affinity: {}