diff --git a/values.yaml b/values.yaml index cdd6b80..021cbb7 100644 --- a/values.yaml +++ b/values.yaml @@ -131,7 +131,7 @@ license: licenseFilename: graphdb.license # Directory where the license file will be mounted. # Can be used to place the license outside the persistence directory if needed. - # Note: We use the license/ sub-folder instead of subPath volume mount so kubelet can replace the mounted license in runtime when the + # Note: We use the license/ sub-folder instead of subPath volume mount so kubelet can replace the mounted license at runtime when the # Secret is updated with a new GraphDB license. This avoids having to restart the GraphDB pods. mountPath: /opt/graphdb/home/conf/license/ # Defines the secret volume as optional or not.