Guilherme Blanco
Guilherme Blanco
I have successfully adjusted the knobs to support multiple zones using the following config: ```yaml # External DNS enable_external_dns = true external_dns_helm_config = { version = "6.4.6" namespace = "kube-system"...
@Hokwang I too had the same issue. I managed to preserve the EBS StorageClass by implementing a similar approach to the Helm chart in my own Terraform manifetss, like this:...
> I'm not yet sure if it's only due to concurrency, but if the same works in a single thread it might. I've commented out the Executor related portion and...
@scholzj not really. Inside of the module you're redeclaring the provider, which means the external one is "useless" in this case. Unless you call every resource with a provider and...
> Well, what I tired is to configure the credentials only in the outside provider and not in the inside. That seemed to work fine and use the root module...
_From @doctrinebot on May 22, 2014 9:13_ Comment created by VictorSmirnov: Please check the pull request - https://github.com/doctrine/annotations/pull/35 I think this might be a simple fix. It took us a...
_From @doctrinebot on January 23, 2013 23:6_ Comment created by @ocramius: [~maartendekeizer] looks like the issue is still there in doctrine/annotations. Are you able to come up with a failing...
_From @songokas on April 1, 2015 15:28_ Is anyone dealing with this ? I have the same issue ``` php use Doctrine\Common\Annotations\DocParser; require_once 'vendor/autoload.php'; /** * @Annotation * @Target({"METHOD"}) */...
_From @Ocramius on April 1, 2015 15:31_ Convert it to a test case and it can be debugged/fixed
_From @stof on July 6, 2012 17:25_ could you create a pull request instead of pasting a diff ? It will be easier for us