blob: dcf8fc640e30cf5fe14093ffe05abc2eea3e50bb [file] [log] [blame]
Hyunsun Moon0e39f272020-09-10 15:38:04 -07001{{- /*
2
3# Copyright 2019-present Open Networking Foundation
4#
5# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
6
7*/ -}}
8
9{{/*
10Renders a set of standardised labels.
11*/}}
12{{- define "omec-upf-cni.metadata_labels" -}}
13{{- $application := index . 0 -}}
14{{- $context := index . 1 -}}
15tier: node
16release: {{ $context.Release.Name }}
17app: {{ $application }}
18{{- end -}}