Evan Cordell

Results 81 comments of Evan Cordell

> export NOTARY_DELEGATION_PASSPHRASE=mypasswordhere I believe when using the docker client and not the notary client, the env var prefix changes to `DOCKER_CONTENT_TRUST`, so it would be `DOCKER_CONTENT_TRUST_DELEGATION_PASSPHRASE`. Another suggestion: try...

"no valid signing keys for delegation role" sounds like either `notary key import` wasn't run or failed for some reason, or docker is not looking in the right directory for...

**Transaction Examples** These are definitely needed, and this seems like a good approach. Can't wait to see the pairing! **Scenario** I'm not entirely sure I understand what a Scenario can...

@christhekeele If that's the case, then this sounds very useful, but I guess I see it more as "workflow documentation" than "testing support". @Almad It sounds like you've envisioned the...

@zdne First off, I have a rudimentary system for managing this already with Grunt, using simple file concatenation. Our blueprint was becoming unmanageable, and this was a quick and dirty...

> I think this could suffice for the start? Agreed. I'm just now realizing that you're making a distinction between including "assets" and including "resources"/"resource groups". I had been thinking...

> Why to have both instead of just one method? Is there any benefit for syntactically distinguish between those two? Personally I prefer number one since it still renders as...

@benjaminapetersen You're absolutely correct - helm-app-operator-kit is a poor entrypoint into learning about and building operators. This is something we should fix (even if we link out to some docs...

That issue seems to be resolved, but in trying to replicate I found another one. This should be fixed by: https://github.com/operator-framework/community-operators/pull/3010