github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/helm-manifests-and-deploy-namespace/skaffold.yaml (about)

     1  apiVersion: skaffold/v4beta2
     2  kind: Config
     3  manifests:
     4    helm:
     5      releases:
     6        - name: skaffold-helm
     7          chartPath: charts
     8          namespace: helm-namespace-1
     9  deploy:
    10    helm:
    11      releases:
    12        - name: skaffold-helm
    13          chartPath: charts
    14          namespace: helm-namespace-2