diff --git a/hommer-deployment.yml b/hommer-deployment.yml index d9ea4e0..dc26d75 100644 --- a/hommer-deployment.yml +++ b/hommer-deployment.yml @@ -34,7 +34,7 @@ spec: image: b4bz/homer:v23.09.1 volumeMounts: - name: git-repo-volume - mountPath: /www # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this. + mountPath: /repo # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this. ports: - containerPort: 8080 ---