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
1 merge request!44Resolve "Allow setting deployment labels"
Pipeline #7922 failed with stages
in 6 seconds
...@@ -3,7 +3,8 @@ kind: Deployment ...@@ -3,7 +3,8 @@ kind: Deployment
metadata: metadata:
name: {{ include "single-sign-on.fullname" . }}-userbackend name: {{ include "single-sign-on.fullname" . }}-userbackend
labels: labels:
{{ include "single-sign-on.labels" . | indent 4 }} {{ include "single-sign-on.labels" . | nindent 4 }}
{{ .Values.userbackend.deploymentLabels | nindent 4 }}
spec: spec:
replicas: 1 replicas: 1
selector: selector:
......
...@@ -61,6 +61,7 @@ userbackend: ...@@ -61,6 +61,7 @@ userbackend:
size: 1Gi size: 1Gi
storageClass: "-" storageClass: "-"
annotations: {} annotations: {}
deploymentLabels: {}
podAnnotations: {} podAnnotations: {}
hydra: 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