Skip to content

Commit bc42134

Browse files
committed
Update skaffold.yaml
1 parent 3c681e3 commit bc42134

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skaffold.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ profiles:
4545
artifacts:
4646
- image: agent
4747
custom:
48-
buildCommand: "inv agent.hacky-dev-image-build --target-image=$IMAGE"
48+
buildCommand: "deva inv agent.hacky-dev-image-build --target-image=$IMAGE"
4949
- image: clusteragent
5050
custom:
51-
buildCommand: "inv cluster-agent.hacky-dev-image-build --target-image=$IMAGE"
51+
buildCommand: "deva inv cluster-agent.hacky-dev-image-build --target-image=$IMAGE"
5252
- name: minikube
5353
activation:
5454
- kubeContext: minikube
@@ -58,8 +58,8 @@ profiles:
5858
- image: agent
5959
custom:
6060
buildCommand: "docker exec datadog_agent_devcontainer bash -c \"
61-
inv agent.hacky-dev-image-build --target-image=$IMAGE\""
61+
deva inv agent.hacky-dev-image-build --target-image=$IMAGE\""
6262
- image: clusteragent
6363
custom:
6464
buildCommand: "docker exec datadog_agent_devcontainer bash -c \"
65-
inv cluster-agent.hacky-dev-image-build --target-image=$IMAGE\""
65+
deva inv cluster-agent.hacky-dev-image-build --target-image=$IMAGE\""

0 commit comments

Comments
 (0)