From ff0b7a88378d6911d70c5359b3a0ff3b8dc52856 Mon Sep 17 00:00:00 2001 From: diegolnasc Date: Sat, 24 Dec 2022 16:08:20 -0300 Subject: [PATCH] feat: k8s-manifest --- deploy/k8s_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/k8s_manifest.yaml b/deploy/k8s_manifest.yaml index e32ca30..95afd66 100644 --- a/deploy/k8s_manifest.yaml +++ b/deploy/k8s_manifest.yaml @@ -85,7 +85,7 @@ spec: cpu: 2m volumeMounts: - name: config-volume - mountPath: /go/gotcha/build/config.yaml + mountPath: /build/config.yaml subPath: config.yaml volumes: - name: config-volume