bitva77 opened a new issue, #901:
URL: https://github.com/apache/apisix-helm-chart/issues/901
Doing a basic helm install of apisix and there's a `apisix-etcd-pre-upgrade`
job/pod that tries to run but gets stuck because
`MountVolume.SetUp failed for volume "etcd-jwt-token": secret
"apisix-etcd-jwt-token" not found`
I am installing via Argo, if that matters.
chart.yaml is:
```
apiVersion: v2
name: apisix
description: A Helm chart for APISIX
type: application
version: 1.0.0
dependencies:
- name: apisix
alias: apisix
version: 2.12.2
repository: https://charts.apiseven.com
- name: apisix-ingress-controller
alias: apisix-ingress-controller
version: 1.0.7
repository: https://charts.apiseven.com
```
I've tried with these values as well to no avail
```
deployment:
mode: standalone
role: traditional
role_traditional:
config_provider: yaml
```
--
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]