We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
Setting the helm value deployment.annotations in the OathKeeper Maester chart does not add annotations at the deployment level, only at the pod level.
deployment.annotations
In the Ory OathKeeper Maester Helm Charts it is possible to set annotations on deployment using the below values.yaml syntax
deployment: annotations: annotation/example: foobar
This behaviour isn't consistent within the hydra-maester and oathkeeper-maester, and you can't set annotations as required.
hydra-maester
oathkeeper-maester
Installing to a maester chart to a clean cluster:
helm repo add ory https://k8s.ory.sh/helm/charts helm repo update helm install --set 'deployment.annotations.annotation\\.example=foobar' ory/oathkeeper-maester
Helm chart version: v0.50.6
None
Very similar to: #593
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Preflight checklist
Ory Network Project
No response
Describe the bug
Setting the helm value
deployment.annotations
in the OathKeeper Maester chart does not add annotations at the deployment level, only at the pod level.In the Ory OathKeeper Maester Helm Charts it is possible to set annotations on deployment using the below values.yaml syntax
This behaviour isn't consistent within the
hydra-maester
andoathkeeper-maester
, and you can't set annotations as required.Reproducing the bug
Installing to a maester chart to a clean cluster:
helm repo add ory https://k8s.ory.sh/helm/charts helm repo update helm install --set 'deployment.annotations.annotation\\.example=foobar' ory/oathkeeper-maester
Relevant log output
No response
Relevant configuration
No response
Version
Helm chart version: v0.50.6
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
Very similar to: #593
The text was updated successfully, but these errors were encountered: