12 lines
233 B
Text
12 lines
233 B
Text
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
|
|
|
[
|
|
helmapp + {
|
|
name:: "reloader",
|
|
repo:: "https://stakater.github.io/stakater-charts",
|
|
version:: "v0.0.*",
|
|
values:: |||
|
|
fullnameOverride: reloader
|
|
|||
|
|
}
|
|
]
|