Skip to content

Commit

Permalink
fix: mountPath
Browse files Browse the repository at this point in the history
イメージにあらかじめ入っているプラグインなどが消える
プラグインは/helm/.local/share/helm/pluginsに入っている
HELM_CONFIG_HOME=/helm/.config/helmだが
/helm/.configディレクトリは存在しない
root以外のユーザーでディレクトリ作成しようとするとpermission
deniedになるため
tmpボリュームをマウント
  • Loading branch information
mikutas committed Jul 22, 2024
1 parent 53cfb0c commit 0bfb89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bfb89a

Please sign in to comment.