Martinho MOREIRA

Results 9 comments of Martinho MOREIRA

Yeah if it's possible it will be great, to ensure that all nodes are up after a maintenance. Thanks

Hi @jrhouston Indeed, I had this option activated. Switching to false solve my issue but having 2 toggles is a great idea IMO. Thank you for your feedback

:wave: I'm interested about that. Are there any news ?

ECR login is done by argocd. I don't think I can control where credential are stored. I'm going to comment that part and let you know if something goes wrong.

``` argocd app get ephemeral-pull-helmfile --hard-refresh WARN[0000] Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web. WARN[0003] Failed to invoke...

Like I'm using multiple yaml in helmfile.d directory, I don't have a helmfile.yaml. This is my helmfile yaml : - 00_database.yaml ``` bases: - ../common/repositories.yaml - ../common/environments.yaml releases: - name:...

Sorry for the delay The fiie : ``` repositories: - name: bitnami url: https://charts.bitnami.com/bitnami - name: localstack url: https://localstack.github.io/helm-charts - name: ecr url: xxx.dkr.ecr.eu-west-1.amazonaws.com/helm oci: true ```

If you meant packages/backend/src/index.ts, here it is : ``` import { createBackend } from '@backstage/backend-defaults'; import { dbtPlugin } from '@iiben_orgii/backstage-plugin-dbt-backend'; const backend = createBackend(); backend.add(import('@backstage/plugin-app-backend/alpha')); backend.add(import('@backstage/plugin-proxy-backend/alpha')); backend.add(import('@backstage/plugin-scaffolder-backend/alpha')); backend.add(import('@backstage/plugin-techdocs-backend/alpha')); backend.add(import('@roadiehq/scaffolder-backend-module-utils/new-backend'));...

Thanks, that's what I though. I'll try to implement it if I manage to find some time ;)