Roland Kool
Roland Kool
It seems you can work around this issue by adding a `[*]` to the query: `puppet query nodes My::Define[*]{param1=somevalue}`
Original motivation was because of multiple CRDs with similar name making tabcompletion useless. This has been fixed. However, other Istio resources that are used often also have a shortname, so...
What about using the Open Policy Agent to modify the deployment before it gets submitted to the Kubernetes API?
@grzesuav any progress on this initiative? The shared model is quite risky with regards to upgrades and it would also require, like you described, a huge amount of permissions.
I'm using a CompositeController and not a DecoratorController. Looks like this part of the schema only applies to a DecoratorController.
For the application parts, the path for the JWT key is configurable so I can get those to run as nonroot by using /tmp instead of /root
I've managed to get all working without root, except for the two database ones. For the application ones, the issue is with the pubkey that is (by default) stored in...
@mathieu-benoit any plans with this request? We'd be interested as well.
@todaywasawesome I'm using a pattern similar to what is described here: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-Git/#git-generator-files When I add a new directory with a file similar to the `config,json` described in the example, the...
I tested this with 2.10.7 iirc and the git provider is our internal gitlab instance.