Skip to content

Commit 9991ffd

Browse files
committed
Try to fix markdownlint issue
Signed-off-by: Dominic Hopf <[email protected]>
1 parent 1edc964 commit 9991ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitnami/keycloak/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,8 +1372,8 @@ externalDatabase:
13721372
## ref: https://www.keycloak.org/server/caching
13731373
## @param cache.enabled Switch to enable or disable the keycloak distributed cache for kubernetes.
13741374
## NOTE: Set to false to use 'local' cache (only supported when replicaCount=1).
1375-
## @param cache.stack Set infinispan cache stack to use, sets [KC_CACHE_STACK}(https://www.keycloak.org/server/all-config?q=cache-stack)
1376-
## @param cache.configFile Set infinispan cache stack config filename sets [KC_CACHE_CONFIG_FILE](https://www.keycloak.org/server/all-config?q=cache-config-file)
1375+
## @param cache.stack Set infinispan cache stack to use, sets KC_CACHE_STACK (<https://www.keycloak.org/server/all-config?q=cache-stack>)
1376+
## @param cache.configFile Set infinispan cache stack config filename sets KC_CACHE_CONFIG_FILE (<https://www.keycloak.org/server/all-config?q=cache-config-file>)
13771377
## @param cache.useHeadlessServiceWithAppVersion Set to true to create the headless service used for ispn containing the app version
13781378
##
13791379
cache:

0 commit comments

Comments
 (0)