eager-pillow-75917
04/22/2020, 12:46 PMvalues
property.quiet-wolf-18467
const helmRelease = new k8s.helm.v3.Chart(
"argocd-helm-release",
{
namespace: namespace.metadata.name,
repo: "argo",
chart: "argo-cd",
version: "2.2.7",
values: {
fullnameOverride: "argocd",
}
});
eager-pillow-75917
04/22/2020, 5:42 PMjs-yaml
, to read my values.yaml file and pass it to the values
property as an object.