From e93bc069d3e995f0b67ee797e70782b264405d3f Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Wed, 28 Jun 2023 10:17:34 +0200 Subject: [PATCH] set correct path for hydra-dispatcher conf --- .../hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index 8b28c20..2e17452 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml @@ -23,7 +23,7 @@ spec: - configMapRef: name: hydra-dispatcher-env volumeMounts: - - mountPath: /var/www/config/hydra + - mountPath: /app/config/hydra name: hydra-dispatcher-apps ports: - containerPort: 80