jenkins
This commit is contained in:
@ -82,7 +82,7 @@ helm upgrade -i elasticsearch-crm1 elasticsearch/ --values local-values/es/crm1
|
|||||||
```
|
```
|
||||||
cd jenkins && helm dependency update && cd ..
|
cd jenkins && helm dependency update && cd ..
|
||||||
|
|
||||||
helm upgrade -i jenkins elasticsearch/ --values local-values/jenkins/values.yaml -n jenkins
|
helm upgrade -i jenkins jenkins/ --values local-values/jenkins/values.yaml -n jenkins
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -438,7 +438,7 @@ persistence:
|
|||||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||||
## If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner
|
## If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner
|
||||||
##
|
##
|
||||||
storageClass: "jenkins-pvc"
|
storageClass: "nfs-client-207"
|
||||||
## @param persistence.annotations Additional custom annotations for the PVC
|
## @param persistence.annotations Additional custom annotations for the PVC
|
||||||
##
|
##
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
Reference in New Issue
Block a user