Skip to content

Commit

Permalink
add commonLabels to replicasets
Browse files Browse the repository at this point in the history
Signed-off-by: alaturqua <[email protected]>
  • Loading branch information
alaturqua committed Aug 21, 2024
1 parent ead480b commit 87ffe14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/marquez/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
template:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 8 }}
{{- end }}
app.kubernetes.io/component: marquez
spec:
{{- if .Values.marquez.serviceAccount }}
Expand Down
3 changes: 3 additions & 0 deletions chart/templates/web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
template:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 8 }}
{{- end }}
app.kubernetes.io/component: web
spec:
containers:
Expand Down

0 comments on commit 87ffe14

Please sign in to comment.