mkocsis-tg opened a new issue, #294:
URL: https://github.com/apache/apisix-helm-chart/issues/294
Add support for overriding the image and the tag of the initContainers
sections in the:
- charts/apisix/templates/daemonset.yaml
- charts/apisix/templates/deployment.yaml
This is required to deploy the chart in an air-gapped K8s cluster, where
internet connection is forbidden or limited.
Change it FROM:
`
initContainers:
- name: wait-etcd
image: busybox:1.28
`
TO similar what is in the
charts/apisix-ingress-controller/templates/deployment.yml
`
initContainers:
- name: wait-apisix-admin
image: {{ .Values.initContainer.image }}:{{ .Values.initContainer.tag }}
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]