From 28a3f7b1da538272d472a13bf01d9c31f69dfa30 Mon Sep 17 00:00:00 2001 From: Thomas Cardin <49320132+ThomasCardin@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:30:35 -0400 Subject: [PATCH] issue #399: rollback --- kubernetes/aks/apps/webtop/base/webtop-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/aks/apps/webtop/base/webtop-deployment.yaml b/kubernetes/aks/apps/webtop/base/webtop-deployment.yaml index b6d37041..be3aaad1 100644 --- a/kubernetes/aks/apps/webtop/base/webtop-deployment.yaml +++ b/kubernetes/aks/apps/webtop/base/webtop-deployment.yaml @@ -27,7 +27,7 @@ spec: name: webtop-secrets volumeMounts: - name: config - mountPath: / + mountPath: /config - name: docker-dind image: docker:dind securityContext: