You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, default value of Jenkins Persistence.StorageClass is "local", which means that we must have a storageclass named "local". This is unreasonable.
Currently, default value of Jenkins
Persistence.StorageClass
is "local", which means that we must have a storageclass named "local". This is unreasonable.https://github.com/LinuxSuRen/ks-devops/blob/781c64c7e93d41b2ee0a66fb50c9f6723a524c69/charts/ks-devops/charts/jenkins/values.yaml#L406
We could make the
storageClassName
field disappear as default by settingPersistence.StorageClass
as "-".The text was updated successfully, but these errors were encountered: