From 0bfb89a33ffd848dff272596715308d6d6650eda Mon Sep 17 00:00:00 2001 From: mikutas <23391543+mikutas@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:31:55 +0900 Subject: [PATCH] fix: mountPath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit イメージにあらかじめ入っているプラグインなどが消える プラグインは/helm/.local/share/helm/pluginsに入っている HELM_CONFIG_HOME=/helm/.config/helmだが /helm/.configディレクトリは存在しない root以外のユーザーでディレクトリ作成しようとするとpermission deniedになるため tmpボリュームをマウント --- argo-cd/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argo-cd/values.yaml b/argo-cd/values.yaml index c71f1ce..d755552 100644 --- a/argo-cd/values.yaml +++ b/argo-cd/values.yaml @@ -52,8 +52,8 @@ argo-cd: subPath: helmfile.yaml - mountPath: /cmp-server-bin name: cmp-server-bin - - mountPath: /helm - name: helm-working-dir + - mountPath: /helm/.config + name: tmp initContainers: - args: - /usr/local/bin/argocd-cmp-server