Dustin Scott
Dustin Scott
Just poking in here after our conversation yesterday, honestly, the more I think about it, as a consumer of kapp I wouldn't mind it being aligned to kubectl using something...
To add to this issue, I'm attempting to fetch a secret from the cluster locally and duplicate the secret locally. This is likely a one-off use case (essentially using the...
Yeah, understood this could get a bit tricky. I think that `newRootIncludeLegal` would definitely work. I'm trying to think if there are any other use cases, beyond legal, in which...
> > Thinking out loud, if there wasn't a newRootIncludeLegal > > For clarification, do you mean if the configuration wasn't provided by the user and defaulted to false, or...
@mher Any update on this request? Looks like @cardoe has done the groundwork for this. We too would also like an automated publish of the image without needing to maintain...
@ahuffman I didn't but I just tried again with the same result: Error: ``` Error from server (BadRequest): error when creating "STDIN": Secret in version "v1" cannot be handled as...
Yep. I've tried it with all available options. It's almost like truthy values are ignored when attempting to type convert
@JefeDavis i've had time to digest this a bit. I think the confusion may be in the term `query`. If you are querying something, I believe that an OR statement...
@ahuffman I tend to agree with you. @JefeDavis and I discussed this yesterday. The problem is in the logic for the `query`. It's being handled how it was intended, however,...
sorry. I didn't realize there was a separate `injectPath` under `onMissing`. As i understand it, that should inject at a different path. What I mean was replacing the `query` functionality...