Jakub Błaszczyk
Jakub Błaszczyk
Interesting, an empty array/object should not fail the deployment as those are allowed by the k8s api. Need to investigate this. So, I've checked the installation process of oathkeeper with:...
No need, pease update this issue to be a Feature Request :)
The maester has not been changed in a long while, I would rather look for the source in the k8s version used. But this is alarming as it may suggest...
Hello there! This may have been fixed in the latest release, as secret management has been streamlined across the charts. Could you retry with the newest release/master?
Hello there! You are correct, this is only a warning, as `initContainers` is defined as an array, and we are technically passing a multiline string there, which then is converted...
Imho, from a deployment perspective: - keto should report a ready check once it has started and is running in a stable state, as we use a init job, which...
In the helm charts the values for probes are [exposed and can be configured to your liking](https://github.com/ory/k8s/blob/master/helm/charts/keto/values.yaml#L191-L198=) :)
Edit: we actually run into a related issue some time ago 😅 which caused us to rethink the setup a bit. We now have exposed the option to change the...
This could be improved by setting the FullnameOverride in hydra values for the maester controller, sadly we cannot out of the box derive the name without using the `tpl` mechanism
Hi there So, following your lead running `helm template oathkeeper helm/charts/oathkeeper --debug` oathkeeper-deployment: ```yaml --- # Source: oathkeeper/templates/deployment-controller.yaml apiVersion: apps/v1 kind: Deployment metadata: name: oathkeeper namespace: default labels: app.kubernetes.io/name: oathkeeper...