akalittle opened a new issue, #330:
URL: https://github.com/apache/apisix-helm-chart/issues/330

   ``` shell
   helm pull apisix/apisix -d . 
   ```
   after untar the the files below
   ```markdown
   .
   ├── Chart.lock
   ├── Chart.yaml
   ├── README.md
   ├── charts
   │   ├── apisix-dashboard
   │   │   ├── Chart.yaml
   │   │   ├── README.md
   │   │   ├── templates
   │   │   │   ├── NOTES.txt
   │   │   │   ├── _helpers.tpl
   │   │   │   ├── configmap.yaml
   │   │   │   ├── deployment.yaml
   │   │   │   ├── hpa.yaml
   │   │   │   ├── ingress.yaml
   │   │   │   ├── service.yaml
   │   │   │   ├── serviceaccount.yaml
   │   │   │   └── tests
   │   │   │       └── test-connection.yaml
   │   │   └── values.yaml
   │   ├── apisix-ingress-controller
   │   │   ├── Chart.yaml
   │   │   ├── README.md
   │   │   ├── crds
   │   │   │   └── customresourcedefinitions.yaml
   │   │   ├── templates
   │   │   │   ├── NOTES.txt
   │   │   │   ├── _helpers.tpl
   │   │   │   ├── configmap.yaml
   │   │   │   ├── deployment.yaml
   │   │   │   ├── hpa.yaml
   │   │   │   ├── rbac.yaml
   │   │   │   ├── service-account.yaml
   │   │   │   ├── service.yaml
   │   │   │   └── servicemonitor.yaml
   │   │   └── values.yaml
   │   └── etcd
   │       ├── Chart.lock
   │       ├── Chart.yaml
   │       ├── README.md
   │       ├── charts
   │       │   └── common
   │       │       ├── Chart.yaml
   │       │       ├── README.md
   │       │       ├── templates
   │       │       │   ├── _affinities.tpl
   │       │       │   ├── _capabilities.tpl
   │       │       │   ├── _errors.tpl
   │       │       │   ├── _images.tpl
   │       │       │   ├── _ingress.tpl
   │       │       │   ├── _labels.tpl
   │       │       │   ├── _names.tpl
   │       │       │   ├── _secrets.tpl
   │       │       │   ├── _storage.tpl
   │       │       │   ├── _tplvalues.tpl
   │       │       │   ├── _utils.tpl
   │       │       │   ├── _warnings.tpl
   │       │       │   └── validations
   │       │       │       ├── _cassandra.tpl
   │       │       │       ├── _mariadb.tpl
   │       │       │       ├── _mongodb.tpl
   │       │       │       ├── _mysql.tpl
   │       │       │       ├── _postgresql.tpl
   │       │       │       ├── _redis.tpl
   │       │       │       └── _validations.tpl
   │       │       └── values.yaml
   │       ├── templates
   │       │   ├── NOTES.txt
   │       │   ├── _helpers.tpl
   │       │   ├── configmap.yaml
   │       │   ├── cronjob.yaml
   │       │   ├── extra-list.yaml
   │       │   ├── networkpolicy.yaml
   │       │   ├── pdb.yaml
   │       │   ├── podmonitor.yaml
   │       │   ├── prometheusrule.yaml
   │       │   ├── secrets.yaml
   │       │   ├── serviceaccount.yaml
   │       │   ├── snapshot-pvc.yaml
   │       │   ├── statefulset.yaml
   │       │   ├── svc-headless.yaml
   │       │   ├── svc.yaml
   │       │   └── token-secrets.yaml
   │       └── values.yaml
   ├── templates
   │   ├── NOTES.txt
   │   ├── _helpers.tpl
   │   ├── configmap.yaml
   │   ├── daemonset.yaml
   │   ├── deployment.yaml
   │   ├── hpa.yaml
   │   ├── ingress.yaml
   │   ├── pdb.yaml
   │   ├── service-admin.yaml
   │   ├── service-gateway.yaml
   │   └── service-monitor.yaml
   └── values.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]

Reply via email to