Skip to content

Commit 261dc32

Browse files
committed
update docs
1 parent 23cbd59 commit 261dc32

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/internal-gateway/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ A Helm chart for Codefresh Internal Gateway
5353
| nginx.config.workerConnections | string | `"16384"` | Sets the maximum number of simultaneous connections that can be opened by a worker process. |
5454
| nginx.config.workerProcesses | string | `"8"` | Defines the number of worker processes. |
5555
| nginx.config.workerRlimitNofile | string | `"1047552"` | Changes the limit on the largest size of a core file (RLIMIT_CORE) for worker processes. Used to increase the limit without restarting the main process. |
56-
| nginx.scriptFilesPatterns[0] | string | `"files/njs/**"` | |
56+
| nginx.extraConfigsPatterns[0] | string | `"files/conf.d/**"` | |
57+
| nginx.scriptFilesPatterns | list | `["files/njs/**"]` | Path to NJS scripts |
5758
| pdb | object | See below | PDB parameters |
5859
| podAnnotations | object | See below | Pod annotations |
5960
| podSecurityContext | object | See below | Pod Security Context parameters |

scripts/helm-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ echo "$REPO_ROOT"
66

77
echo "Running Helm-Docs"
88
docker run \
9+
--rm \
910
-v "$REPO_ROOT:/helm-docs" \
1011
-u $(id -u) \
1112
--entrypoint /bin/sh \

0 commit comments

Comments
 (0)