robertgates55

Results 10 comments of robertgates55

Is this usable right now? Even if a little hacky? I'm doing a spike with ACK and if there's any way I can at least _set_ some parameters (even if,...

Hey, so I've definitely got an instance of this not working. Helm version - `rds-chart`: `v0.0.19` My object: ``` apiVersion: rds.services.k8s.aws/v1alpha1 kind: DBClusterParameterGroup metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"rds.services.k8s.aws/v1alpha1","kind":"DBClusterParameterGroup","metadata":{"annotations":{},"name":"robgates-dbcpg-issuetestexample","namespace":"dev"},"spec":{"description":"robgates-dbcpg-is suetestexample","family":"aurora-mysql5.7","name":"robgates-dbcpg-issuetestexample","parameters":[{"applyMethod":"immediate","parameterName":"innodb_strict_mode","parameterValue":"0"}]}} creationTimestamp:...

Let me know if I can help in any way. Should I raise a specific ticket maybe?

@jaypipes Any update on this? Can we help in any way to reproduce etc?

Awesome - Thanks - keep us posted on progress. `---` > We could add a Condition to the DBInstance stating that there are DBParameters that are pending apply. Or we...

I think just displaying the index inside square brackets seems to be closest to a standard that I’ve seen - tenants[0], tenants[1] etc - and then leaving it up to...

Reread your question: ``` tenants: # Some desc - name: tenant_name features: # A feature - name: bob # Some other desc bob: foo ``` Would get you: tenants[0].features[0].name And...

Have simplified the rules to: ``` ruby_binary( name = "assets_precompile_bin", srcs = glob( include = [ "app/**/*", "config/**/*", "lib/**/*", "vendor/assets/**/*", ], ) + [ "Rakefile", ], args = [ "--...

Aha! I had not, but that works perfectly - thanks. Fwiw - I'd read the docs, and "if a token claim matches the supplied value exactly" had led me to...