22 Aralık 2022 Perşembe

helm show seçeneği

Giriş
Bu komutun Helm2'deki karşılığı "helm inspect" Açıklaması şöyle
helm show values <path-to-chart>- show the values from values.yaml file of chart
helm show all <path-to-chart> — show values as well chart details

show values seçeneği
Örnek
Şöyle yaparız
helm repo add jenkinsci https://charts.jenkins.io
helm repo update
helm show values jenkinsci/jenkins > jenkins.yaml

Hiç yorum yok:

Yorum Gönder

Cluster Propotional Autoscaler - ReplicaSet Ekler/Siler

Giriş Açıklaması şöyle CPA aims to horizontally scale the number of Pod replicas based on the cluster’s scale. A common example is DNS ser...