Commit 257079ea authored by João Lino's avatar João Lino

Referencing the values.yaml file in the installation script is required.

parent 97699a80
...@@ -12,7 +12,7 @@ __is_pod_ready() { ...@@ -12,7 +12,7 @@ __is_pod_ready() {
} }
# install jenkins # install jenkins
helm install --namespace demo-infra --kubeconfig ~/.kube/config demo-infra-jenkins stable/jenkins helm install -f values.yaml --namespace demo-infra --kubeconfig ~/.kube/config demo-infra-jenkins stable/jenkins
# wait for it to become ready # wait for it to become ready
__is_pod_ready __is_pod_ready
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment