Abhishek Sharma

Results 10 comments of Abhishek Sharma

This is one of the features I was trying to achieve with ArgoCD, enabling this will be a lifesaver.

Are there any thoughts of enabling this with ArgoCD plugin?

> Thanks @sharmajee1 - would this apply to arbitrary test artifacts also? (log files, videos, etc) I didn't think of it, but sounds like good idea

Even from CLI the secrets are visible ``` ╰─➤ kubectl testkube get execution 6312356eaa82962a076db84b 1 ↵ ID: 6312356eaa82962a076db84b Name dev-silicon-card-card-test-postman-collection-12 Number: 12 Test name: dev-silicon-card-card-test-postman-collection Type: postman/collection Status: failed Start...

Yes, this will be a useful feature. Many of our test use Newman, and using the below options we can pass the client certs. ``` --ssl-client-cert Specify the path to...

> Hello @sharmajee1, > > Please use `--args` for anything that is not a file. For files, the `--copy-files` parameter has been released and should be working with all executors...

I tested this and went into panic mode, seems there is an issue created https://github.com/argoproj/argo-cd/issues/18020

I am still facing the issue with an even much higher version, it looks like the community plugin still has the bug. ``` packages/app/package.json: "@backstage-community/plugin-rbac": "^1.33.6", packages/backend/package.json: "@backstage-community/plugin-rbac-backend": "^5.2.10", ```

I found these two `zlib1g` and `jsonpath-plus ` ``` node_modules/@backstage/plugin-kubernetes-node/node_modules/@kubernetes/client-node/package.json: "jsonpath-plus": "^10.0.0", node_modules/@backstage/plugin-kubernetes-common/node_modules/@kubernetes/client-node/package.json: "jsonpath-plus": "^10.0.0", node_modules/@backstage/plugin-kubernetes/node_modules/@kubernetes/client-node/package.json: "jsonpath-plus": "^10.0.0", ``` ``` node_modules/@asyncapi/parser/package.json: "jsonpath-plus": "^10.0.0",