Open2024/09/23にコメント追加2外部のhelmチャートを見てみるKubernetesHelmnot757432024/09/23 ローカルにtemplateを落としてくる helm repo add argo https://argoproj.github.io/argo-helm helm pull argo/argo-cd tar zxvf argo-cd-7.6.1.tgz 返信を追加not757432024/09/23 yqでvalues.yamlを素早く検索する 例えば.server.certificate.enabledを知りたい場合 $ yq '.server.certificate.enabled' argo-cd/values.yaml false 返信を追加
not757432024/09/23 ローカルにtemplateを落としてくる helm repo add argo https://argoproj.github.io/argo-helm helm pull argo/argo-cd tar zxvf argo-cd-7.6.1.tgz 返信を追加
not757432024/09/23 yqでvalues.yamlを素早く検索する 例えば.server.certificate.enabledを知りたい場合 $ yq '.server.certificate.enabled' argo-cd/values.yaml false 返信を追加