@Ara Pulido
@Ara Pulido
> Thanks ! > > The dashboard looks much more cleaner now. 💅 > > I added 2 small comments, and I have a general question: some widgets have a...
@clamoriniere addressed your feedback and replied to your questions/comments
@clamoriniere I have addressed some of your feedback, and asked some questions. Let me know if this looks good or needs more changing. thanks!
@sebanazarian The Datadog scaler has changed quite a bit between 2.6 and future 2.7. Can you maybe try with what's on main to see if you still get the issue?...
Hello @sebanazarian Thanks for trying out the Datadog Scaler with KEDA 2.7. The HPA is what actually scales your deployment, not KEDA. You can see what value the HPA currently...
Hello @sebanazarian ! Any updates on this issue? Thanks!
hey @dgibbard-cisco Thanks for the suggestion and the patch! I will have a look to that PR in the following days
@dalgibbard Before starting reviewing the code, I want to clarify a bit more what you want to do here, from a logic point of view. Can you put an example...
Something similar is happening in `0.5.0.rc2`. I created the following agent description: ``` apiVersion: datadoghq.com/v1alpha1 kind: DatadogAgent metadata: name: datadog spec: credentials: apiSecret: secretName: datadog-secret keyName: api-key agent: image: name:...
Because creating a new secret will always be with the object name, this definition will fail, for example: ``` apiVersion: datadoghq.com/v1alpha1 kind: DatadogAgent metadata: name: datadog spec: credentials: apiSecret: secretName:...