blob: 77355e5ebf136cd2bbace735b36081f3208c3e62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Default values for payload-processor.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# NOTE: This string "@@//src/payload-processor/cmd:push" needs to be present
# in order to limtations of the helm_rules bazel package
replicaCount: 1
db:
password: "{DB_PASSWORD}"
image:
repository: docker.io/baitinq/fs-tracer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "{IMAGE_TAG}"
|