Laura Seidler
Laura Seidler
Try matching the second argument with a sinon matcher: ```javascript beforeEach(function() { this.fetchEmailDeferred = deferredFkt(); this.createEmailDeferred = deferredFkt(); cy.visit('/persons', { onBeforeLoad(win) { var s = cy.stub(win, 'fetch'); s.withArgs('/api/person/1/email', Cypress.sinon.match.has('method', 'GET'))...
@hmhealey thanks for bringing some clarity! I understand your reasoning, tho I would've personally wished for a note somewhere on this - when I saw this repo/package, I didn't even...
We have the same issue - even with using the update variants. The new node pool does get created first, but as soon as it's up, the old one gets...
We're having the same "issue" - but I don't think it's a bug. Image streaming can be enabled [on clusters](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming#enable_on_clusters) and/or [on node pools](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming#enable_on_node_pools), with the cluster setting being inherited...
@pkarw I can raise a PR, sure, but this will affect pretty much the entire ecosystem as far as I can see. If we take the example of a CMS...
@pkarw just to make sure I understand you correctly, you're suggesting to get rid of the `P`, `C`, etc. all together and always use the full name? So we would...
Since the original author doesn't seem to exist anymore, I assume this won't move forward, but I wanted to add my two cents anyways, in case someone else stumbles upon...
@simonpasquier yeah, that would work. Though tbh - our infrastructure is not that complex. Our current config matches namespaces like `(.*)-temp-(.*)` - this will never be relevant for user deployed...
We have issues with the same alert, except with the line breaks: `failed to parse webhook message: invalid character '\\n' in string literal`
This has been fixed already in https://github.com/cert-manager/cert-manager/pull/6347, but looks like that's still pending release.