You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2022/05/25 01:03:26 UTC

[apisix-helm-chart] branch master updated: #294: added initContainer override parameter docs (#298)

This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 827840e  #294: added initContainer override parameter docs (#298)
827840e is described below

commit 827840ea06f15374802c4804ca80708fe0e4dc15
Author: mkocsis-tg <10...@users.noreply.github.com>
AuthorDate: Wed May 25 03:03:22 2022 +0200

    #294: added initContainer override parameter docs (#298)
---
 charts/apisix/README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 196031c..ca2dc35 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -219,4 +219,11 @@ Configurations for Apache APISIX ingress-controller sub chart.
 | `serviceMonitor.path`          | Path of the Prometheus metrics endpoint                      | `/apisix/prometheus/metrics` |
 | `serviceMonitor.containerPort` | Container port which Prometheus metrics are exposed          | `9091`                       |
 | `serviceMonitor.labels`        | ServiceMonitor extra labels                                  | `{}`                         |
-| `serviceMonitor.annotations`   | ServiceMonitor annotations                                   | `{}`                         |
\ No newline at end of file
+| `serviceMonitor.annotations`   | ServiceMonitor annotations                                   | `{}`                         |
+
+### initContainers parameters
+
+| Parameter                      | Description          | Default   |
+|--------------------------------|----------------------|-----------|
+| `initContainer.image`          | Init container image | `busybox` |
+| `initContainer.tag`            | Init container tag   | `1.28`    |