Patrick Lee Scott
Patrick Lee Scott
For autopilot, specifically, it can be added here: *bootstap/argo-cd/kustomization.yaml* ``` apiVersion: kustomize.config.k8s.io/v1beta1 configMapGenerator: - behavior: merge literals: - kustomize.buildOptions="--enable-alpha-plugins --enable-helm" - | repository.credentials=- passwordSecret: key: git_token name: autopilot-secret url: https://github.com/...
it is ``` > k get cm -n argocd argocd-cm -o yaml apiVersion: v1 data: kustomize.buildOptions: --enable-alpha-plugins --enable-helm ... ``` What's your cm look like?
@AlexZeitler see my comment on your PR! I closed it due to the entity.js rewrite, so we'll have to see where it can be added back in.
if everything is in a queue, i recommend just force crashing for any error. when the process (or worker using `cluster` restarts), it can be reprocessed. joyent talks a lot...
> 提供云服务时,为不同的租户提供分离的存储,但是都是一个实体 "When providing cloud services, separate storage is provided for different tenants, but they are all one entity" from translate.google.com
this will need a rebase anyway - many of the changes are now already in master
Not at the moment, but I'll try to create one
> Furthermore, meta-yarn and meta-npm need to use yarn as is... such that any new commands or other commands that yarn offer are not interpreted by the plugin. Eg, I...
@emahuni fwiw you can do that with `meta exec` already `meta exec "git blah"` I think in most cases as long as you're using all `master` or all `main` everything...
We have a forked version of commander - @mateodelnorte I know you made this commander fork but I am not clear on what the reason was for that or if...