Krikooo

Results 5 issues of Krikooo

### Issue Summary A non-admin user cannot update a dropdown list even if he has full access on the datasource ### Steps to Reproduce 1. Create a query with a...

### What happened? Hello folks! I tried to the set-context as an reusable job (https://docs.github.com/en/actions/using-workflows/reusing-workflows) like this: ``` name: k8s_connection_to_cluster on: workflow_call: jobs: connection: name: Setup k8s client runs-on: self-hosted...

bug

Hi guys :) Following the issue [I created](https://github.com/Azure/k8s-deploy/issues/311), I try to add it by myself. This PR is to add the option --server-side at the action k8s-deploy just like --force....

### Feature request Is possible to add `server-side` like the flag `force`, to perform this kind of command: ``` kubectl apply -f configmap.mediaformats.yml --server-side ``` And avoiding the error message:...