Brett Porter
Brett Porter
#https://github.com/Stun3R/isstrapiready/issues/29
I posted it on isstrapiready with that status because it doesn't work currently. I did start the conversion using their guide but didn't finish. Once either I or someone gets...
Got export and the UI working in the above PR - probably not all the features but I can export content. Import still needs some lovin'. I'll probably bang on...
`import Rating from "react-rating";` instead of `var Rating = require("react-rating");` worked for me
I'm also interested in making this a reality. These would be the only keys necessary since the rest of them are for configuring the managed Grafana deployment from what I...
While this would be a good feature to have, I think we're going to use [kubefed](https://github.com/kubernetes-sigs/kubefed) to sync our GrafanaDashboard resources between our source clusters and our destination cluster running...
workaround for now: ``` aws-vault exec -- helm repo add s3://bucket-name ```
This worked for me (1.19) ``` go install github.com/radovskyb/watcher/...@latest ```
Closing in favor of https://market.strapi.io/plugins/strapi-plugin-import-export-entries
``` kubectl -n patch --type='merge' application -p "{\"spec\":{\"syncPolicy\":null}}" ```