Skip to content
Snippets Groups Projects
Verified Commit c66fb3c8 authored by Arie Peterson's avatar Arie Peterson
Browse files

Allow custom annotations on the userbackend pod

parent b9a2ebde
No related branches found
No related tags found
1 merge request!28Resolve "Allow setting pod annotations"
Pipeline #4006 passed with stages
in 1 minute and 15 seconds
......@@ -13,6 +13,8 @@ spec:
metadata:
labels:
app.kubernetes.io/name: {{ include "single-sign-on.name" . }}-userbackend
annotations:
{{- toYaml .Values.userbackend.podAnnotations | nindent 8 }}
spec:
containers:
- name: {{ .Chart.Name }}-userbackend-db
......
......@@ -56,6 +56,7 @@ userbackend:
size: 1Gi
storageClass: "-"
annotations: {}
podAnnotations: {}
hydra:
maester:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment