diff options
Diffstat (limited to 'src/helm-charts/clearwater/templates/bono-depl.yaml')
-rw-r--r-- | src/helm-charts/clearwater/templates/bono-depl.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helm-charts/clearwater/templates/bono-depl.yaml b/src/helm-charts/clearwater/templates/bono-depl.yaml index 02dbe76..94020ed 100644 --- a/src/helm-charts/clearwater/templates/bono-depl.yaml +++ b/src/helm-charts/clearwater/templates/bono-depl.yaml @@ -12,6 +12,7 @@ spec: labels: service: bono snmp: enabled + app: bono spec: containers: - image: "{{ .Values.image.path }}/bono:{{ .Values.image.tag }}" |