FEAT: set nameOverride for reloader
This commit is contained in:
parent
843b03abf1
commit
b41daa2f51
1 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@ local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||||
helmapp + {
|
helmapp + {
|
||||||
name:: "reloader",
|
name:: "reloader",
|
||||||
repo:: "https://stakater.github.io/stakater-charts",
|
repo:: "https://stakater.github.io/stakater-charts",
|
||||||
version:: "v0.0.*"
|
version:: "v0.0.*",
|
||||||
|
values:: |||
|
||||||
|
fullnameOverride: reloader
|
||||||
|
|||
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue