diff --git a/krakend/templates/deployments.yaml b/krakend/templates/deployments.yaml index 7d342c1..b8976d9 100644 --- a/krakend/templates/deployments.yaml +++ b/krakend/templates/deployments.yaml @@ -36,4 +36,5 @@ spec: containerPort: 8080 volumeMounts: - name: krakend-secret - mountPath: /etc/krakend/ \ No newline at end of file + mountPath: /etc/krakend/ + subPath: krakend.json \ No newline at end of file