fix linting errors

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-03-24 09:36:19 -07:00
parent a3513ed479
commit ca613ea50b
3 changed files with 38 additions and 38 deletions

View File

@@ -46,8 +46,8 @@ kubeApply: kubernetes.#Apply & {
// Fill using:
// --input-dir helmChart.chart=./testdata/mychart
helmChart: helm.#Chart & {
name: "test-helm"
namespace: "test"
name: "test-helm"
namespace: "test"
kubeconfig: cluster.kubeconfig
chart: dagger.#Artifact
chart: dagger.#Artifact
}