Minkbear
Minkbear
value for onechart (version 0.66.0) is ``` imagePullSecrets: - private-dockerhub-registry ``` but in cronjob (version 0.66.0) is ``` imagePullSecrets: - name: private-dockerhub-registry ``` When I command helm upgrade got the...
When i add test case like this: '1.2.3+02.5.a' => array('M' => 1, 'm' => 2, 'p' => 3, 'pr' => array(), 'b' => array('02', 5, 'a')), It's fail. What do...
On my testing, using responsive it shows 0 errors. But using responsive-twig it shows 30 errors.
When generating doc with responsive-twig template, I see the number of marker. But using responsive, the number of marker is gone in index.html
I curl file (https://github.com/awslabs/eks-node-viewer/releases/download/v0.6.0/eks-node-viewer_Darwin_all) and run then got error `malformed Mach-o file: ./eks-node-viewer` how can I solve this?
**Describe the bug** got error ``` time="2024-08-21T16:26:00Z" level=info msg=Trace args="[git fetch origin --tags --force --prune]" dir=/tmp/git-workload-in-cluster-app-podinfo-test1868138268 operation_name="exec git" time_ms=1916.5610530000001 time="2024-08-21T16:26:00Z" level=info msg="git config user.name argocd-image-updater" dir=/tmp/git-workload-in-cluster-app-podinfo-test1868138268 execID=29dd2 time="2024-08-21T16:26:00Z" level=info msg=Trace...
**Describe the bug** using API guard, user property is always null. **To Reproduce** Steps to reproduce the behavior: 1. Download demo and setup site 2. use postman and POST to...