We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ced38 commit 09bc5a8Copy full SHA for 09bc5a8
2 files changed
chart/templates/marquez/deployment.yaml
@@ -22,6 +22,9 @@ spec:
22
template:
23
metadata:
24
labels: {{- include "common.labels.standard" . | nindent 8 }}
25
+ {{- if .Values.commonLabels }}
26
+ {{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 8 }}
27
+ {{- end }}
28
app.kubernetes.io/component: marquez
29
spec:
30
{{- if .Values.marquez.serviceAccount }}
chart/templates/web/deployment.yaml
@@ -19,6 +19,9 @@ spec:
19
20
21
app.kubernetes.io/component: web
containers:
0 commit comments