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

Allow setting custom userbackend deployment labels

parent b5289174
No related branches found
No related tags found
Loading
Pipeline #7922 failed with stages
in 6 seconds
......@@ -3,7 +3,8 @@ kind: Deployment
metadata:
name: {{ include "single-sign-on.fullname" . }}-userbackend
labels:
{{ include "single-sign-on.labels" . | indent 4 }}
{{ include "single-sign-on.labels" . | nindent 4 }}
{{ .Values.userbackend.deploymentLabels | nindent 4 }}
spec:
replicas: 1
selector:
......
......@@ -61,6 +61,7 @@ userbackend:
size: 1Gi
storageClass: "-"
annotations: {}
deploymentLabels: {}
podAnnotations: {}
hydra:
......
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