This commit is contained in:
marsal wang
2021-12-26 00:44:42 +08:00
parent 7c4bef8cd0
commit 2f788d8617
2 changed files with 2 additions and 2 deletions

View File

@ -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
``` ```

View File

@ -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: {}