Commit dc368648 authored by George Papathanail's avatar George Papathanail
Browse files

Merge branch '15-duplicate-io-kompose-service-labels-in-helm-chart' into 'main'

Resolve "Duplicate io.kompose.service labels in helm chart"

Closes #15

See merge request !13
parents 04677a22 42d1fb31
Loading
Loading
Loading
Loading
Loading

helm/oop-platform-chart/.zip

deleted100644 → 0
−53.7 KiB

File deleted.

+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ metadata:
  name: mongo-db
  namespace: {{ include "srm.namespace" . }}
  labels:
    io.kompose.service: mongo-db
    {{- include "srm.mongodb.labels" . | nindent 4 }}
  {{- with .Values.commonAnnotations }}
  annotations:
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ metadata:
  name: {{ .Values.srmcontroller.service.name }}
  namespace: {{ include "srm.namespace" . }}
  labels:
    io.kompose.service: srm
    {{- include "srm.controller.labels" . | nindent 4 }}
  {{- with .Values.commonAnnotations }}
  annotations: