Zodan Jodan
Zodan Jodan
> What are your network policies? > > You should have: > > ``` > kind: NetworkPolicy > apiVersion: networking.k8s.io/v1 > metadata: > name: mediaserver > spec: > podSelector: {}...
> > There is a config file option to allow any certificate > > What's that option? I've tried setting `ignoreSSLErrors` to `true` in `%LOCALAPPDATA%/JellyfinMediaPlayer/jellyfinmediaplayer.conf` but the same error persists....
The same issue exist in Pydantic and they made a [plugin](https://pydantic-docs.helpmanual.io/pycharm_plugin/) for it in PyCharm. I tried it in the hopes that it might fix this issue but sadly it...
This is doable by ```yaml - repo: https://github.com/bridgecrewio/checkov rev: 2.2.21 hooks: - id: checkov files: ^(kubernetes|infrastructure)/ types_or: [yaml, terraform] ``` or if you want to specify args for each ```yaml...
Looking into the logfile of pycharm i found out that the plugin is using another pipenv environment that doesnt have mypy instead of using the one pycharm is set on....
I simply solved it by using `>=0.10.0` version of external-dns, it says in the [readme](https://github.com/kubernetes-sigs/external-dns#kubernetes-version-compatibility) with kubernetes 1.22.
I can confirm this issue still exist with thanos version 0.30.2. Downgrading it to v0.24.0 fixed the issue initially, then when I upgraded back (and have Prometheus storage persisted) it...
Hey @srikumar003 , do you have any updates on this? I cant find a URL/OCI for a repository that has datashim as a helm chart. And I had issues with...
I have the same issue, I used `PVC` instead of labels although [it is not recommended](https://github.com/datashim-io/datashim/discussions/218), it is what is working for deployments.
This pull request is essential, without it the chart is useless. Passing secrets as a plain text in a helm values file is insecure, this pull request provides a way...