You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error processing config for Build action remote-source:
Configure handler for exec Build set a templated value on a config field which could not be resolved. This may be a bug in the plugin, please report this. Error: Error: Error validating exec Build remote-source 'remote-source':
copyFrom[0][targetPath] is not allowed to be empty
What did you do?
Ran garden build remote-source with this config (Requires a directory called kustomization with a .yaml file inside, e.g. kustomization.yaml. The contents do not matter.
kind: Build
type: exec
name: remote-source
dependencies:
- build.kustomization
copyFrom:
- build: kustomization
sourcePath: kustomization
source:
repository:
url: https://github.com/prometheus-operator/kube-prometheus.git#3fff8b56097778f1491edba968aee3cfbd5652ef
---
# Combine the dashboards we need with the kustomization we need
kind: Build
type: exec
name: kustomization
include:
- kustomization/**/*.yaml
Crash report
Error message
What did you do?
Ran
garden build remote-source
with this config (Requires a directory calledkustomization
with a.yaml
file inside, e.g.kustomization.yaml
. The contents do not matter.Your environment
Frequency
Reproducable
Workaround
Define the
targetPath
Additional context
According to the docs, the
targetPath
is optional: https://docs.garden.io/reference/action-types/build/exec#copyfrom-.targetpathThe text was updated successfully, but these errors were encountered: