Duong
Duong
How can we solve no matches found when migrate with mysql ? Run `migrate -database root:@tcp(127.0.0.1:3306)/crm -path ./database/migrations up` Error `zsh: no matches found: root:@tcp(127.0.0.1:3306)/crm`
hi all, When will it merge to master ?
Just have same question, could I disabled caching because it'll cause an issue when we change data UPDATED: You can use clear cache by this method ``` func (r *shipmentResolver)...
> @tanphamhaiduong can I ask you why `Clear()` is needed? Because some entity i need to update frequent, so clear cache to make sure it return correct value for the...
> @duong-se please let is know if this still an issue for you. > > Just an FYI, VSO does not currently support Vault tokens that have a max_ttl set...
Hi @benashz, does this [PR](https://github.com/hashicorp/vault-secrets-operator/pull/641) solved the max_ttl problem?
@benashz I can use it without max_ttl for database role and kubernetes max_ttl role. So I'll let this issue for supporting max_ttl.
In our case, we use an internal operator to control the deployments. When a rollout is restarted by adding the vso.secrets.hashicorp.com/restartedAt annotation to deployments, our controller detects the changes and...