13 lines
279 B
YAML
13 lines
279 B
YAML
# Default values for ix-chart.
|
|
|
|
image:
|
|
repository: debian
|
|
pull_policy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "testing"
|
|
|
|
# Container CMD / entrypoint
|
|
container_command: []
|
|
container_args: []
|
|
container_environment_variables: []
|