chakra j

Results 65 comments of chakra j

metacontroller is just enough abstraction for non GO programmers like me. it would be great to see this project maintained

facing same issue, any updates on this?

we had to all kinds of hacks (raw queries) to get this case sensitive search working.

not complaining, but we are thinking to get away from prisma as this needs a lot of hacks for our code. i wish there was a workaround.

@greysonlalonde were you able to push generated Dockerfile / github actions file etc back to github? is the agent executing shell commands ?

can you also add support for language type "yaml" for which a file has to be created ? just guide me so i can change

i have following patch on deploymentConfig ```json [{"name":"init","image":"docker.io/istio/init:0.1","args":["-p","15001","-u","1337"],"resources":{},"imagePullPolicy":"Always","securityContext":{"capabilities":{"add":["NET_ADMIN"]}}},{"name":"enable-core-dump","image":"alpine","command":["/bin/sh"],"args":["-c","sysctl -w kernel.core_pattern=/tmp/core.%e.%p.%t \u0026\u0026 ulimit -c unlimited"],"resources":{},"imagePullPolicy":"Always","securityContext":{"privileged":true}}]; ```

This appears to be an issue with enabling SELINUX, i had to disable selinux on all nodes to make it work.