This message was deleted.
# epinio
a
This message was deleted.
f
Hello, you can expose the app helm chart as tgz on http and define in the AppChart resource as follows:
Copy code
kubectl apply -f - <<EOF
apiVersion: <http://application.epinio.io/v1|application.epinio.io/v1>
kind: AppChart
metadata:
  namespace: epinio
  name: myapplication
spec:
  shortDescription: Epinio application
  description: Epinio application
  helmChart: <http://1.2.3.4/epinio-application-0.1.26.tgz>
...
EOF