9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
k8s_yaml(helm(
|
|
"./path-to-chart", name="blue",
|
|
values=[], # Example: ["./path/to/values.yaml"]
|
|
set=[
|
|
"image.repository=jpetazzo/color",
|
|
"image.tag=latest",
|
|
]
|
|
))
|