Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tg committed Dec 7, 2023
1 parent 827d55f commit 36e6074
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ data:
KONG_LOG_LEVEL: "{{ .Values.kong_log_level }}"
KONG_LUA_SOCKET_POOL_SIZE: "{{ .Values.kong_lua_socket_pool_size }}"
KONG_MEM_CACHE_SIZE: "{{ .Values.kong_mem_cache_size }}"
KONG_NGINX_HTTP_LOG_FORMAT: {{ .Values.kong_nginx_http_log_format }}
KONG_NGINX_WORKER_PROCESSES: "{{ .Values.kong_nginx_worker_processes }}"
KONG_PG_DATABASE: "{{ .Values.kong_pg_database }}"
KONG_PG_HOST: "{{ .Values.kong_pg_host }}"
Expand Down

0 comments on commit 36e6074

Please sign in to comment.