Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
zlianzhuang authored and github-actions[bot] committed Oct 16, 2023
1 parent 5b517ba commit 65d4a1c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,8 @@ def create_postgresql(
else:
shared_preload_env = f"'citus,pg_stat_statements{pgaudit}'"
k8s_env.append({
CONTAINER_ENV_NAME:
PG_CONFIG_PREFIX + "shared_preload_libraries",
CONTAINER_ENV_VALUE:
shared_preload_env
CONTAINER_ENV_NAME: PG_CONFIG_PREFIX + "shared_preload_libraries",
CONTAINER_ENV_VALUE: shared_preload_env
})
k8s_env.append({
CONTAINER_ENV_NAME: PG_CONFIG_PREFIX + "log_truncate_on_rotation",
Expand Down

0 comments on commit 65d4a1c

Please sign in to comment.