Filippo Merante Caparrotta

Results 8 comments of Filippo Merante Caparrotta

Hi, Here is the docker-compose: `version: '3.5' services: tonlyoffice-mysql-server: container_name: tonlyoffice-mysql-server image: mysql:5.7.21 environment: - MYSQL_ROOT_PASSWORD=my-secret-pw networks: - tonlyoffice stdin_open: true tty: true restart: always volumes: - ./config/mysql/conf.d:/etc/mysql/conf.d - ./config/mysql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d...

> You can try use backup\restore function, because we don't include license to backup file. Make backup on 10.0, and restore on a fresh 11.0 installation. I am currently unable...

@eddycharly Hi, does it make sense to keep this PR going or can I abandon and close it?

The processing status is completed. In the PR, I make the creation of the serviceaccount optional. If I have created a serviceaccount separately and configure it in the chart, all...

No, it's not a draft, the processing is completed. This could be merged, I tested it locally and it does what I expect.

The usefulness of this solution arises when you need to use a service account with specific privileges in the cloud provider. For example, Kyverno must be able to read from...

Yes, in my case, since I use the official module to create a workload identity, it doesn't allow me to create only the service account on GCP. Instead, it creates...

In the case of Google, if I use the official module https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/11.0.0/submodules/workload-identity, I should create the resources individually, obtain the gcp_service_account_email output, and insert it into the chart's values in...