Dmitriy Kalinin
Dmitriy Kalinin
> Using kbld inspect it shows images against all resources in chain and not just top most owner, which is what would really care about. what do you mean by...
it's probably worth adding `--state-namespace` and `--create-state-namespace` flags at the same time. `--state-namespace` will set namespace where to store app record (takes precedence to --namespace).
@universam1 could you provide minimal config to repro this scenario?
to me this doesnt feel like something that belongs in defaults. but i could see it as a project specific configuration. ``` - path: [rules, {index: 1}, resourceNames, {allIndexes: true}]...
> Is there a way to match that on a specific key? do you mean by key-value within an array item instead of an index? > Is this (https://github.com/k14s/kapp/blob/develop/docs/config.md) the...
> The last ask/question here is whether there's a way to match on a specific item within a map instead this one is interesting in this case. what would you...
@Neonox31 (didnt see your comment up until now, since my tracking doesnt follow closed issues) > i dont recall if we allow array item at the end of the path...
> Kapp should return an error from the k8s API server instead. @jkbschmid this isnt a kapp behaviour but rather k8s api. it drops unknown keys without an error.
i hope that k8s api eventually will take ownership of such validations. im not sure this functionality belongs in kapp vs a separate tool. coincidentally ive been recommending folks to...
@iliazlobin i think it makes sense to add some kind of way to optimize download of same items, however, there isn't a simple way i can see it could be...