steveliem
steveliem
> good question, that not very commonly used I think. `data=myurl.encode("ascii")` should work Thanks for the tip. I've tested the code. There where no error messages from Python but also...
> You'd need to test with a player where you know for sure loading APIC with remote URL is supported. Actually I think this might be the bigger issue, this...
**Feature Suggestion:** I would like to suggest an enhancement for future versions of WSO2 APK. Implementing label selectors for namespaces could offer a more dynamic and flexible way to configure...
Hi @pubudu538 , Thanks for your prompt feedback. Adding the extra `**namespace**` field is the solution. It works! 👍 Also I've managed to make it work in combination with an...
I think I found the issue. In here: https://github.com/wso2/apk/commit/040f36a572a0339a0acf1fc2693f45d1b808ac84 Annotation support is introduced and also documented in the README. However it is not reflected in the default values.yaml. I have...
[diff_report.txt](https://github.com/wso2/apk/files/14167723/diff_report.txt) I've managed to do a Helm install. The required changes you can find in the attached diff_report.txt. This is a diff with the current main branch. However, not all...
**Latest status update** I've managed to do a Helm install with a stable runtime using the chart provided in `wso2apk`. See `values.yaml`. (I'm using `-arm64` images because I'm running on...
**Follow up status update** I've realised I was still using the CRD objects from the current `main` branch from here. After manually deleting all WSO2 APK CRD objects, and re-installing...
**Latest update** I've removed all resources, and did a Helm uninstall, removed all Helm repos and started from scratch again. Applying the Helm registry https://helm.wso2.com. Using no `values.yml` I'm getting...
**Latest Update** To make the Helm install work I had to do the following. After first time installation failure I've edited the `apis` CRD like this: ```bash $ kubectl edit...