X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-xapps%2F90-xApps%2Fhelm%2Fxapp-std%2Ftemplates%2Fservice.yaml;h=5e8c15fbb5ff9f89f8990a96ff3d7ad983ec676f;hb=c60bed072004dd9071824704ed8a3718fbcaed6c;hp=a76c974926f59f34be200c3e92f12508fb1e48f7;hpb=e8411564c0887d17955cfe88aa394c1674b5ce42;p=it%2Fdep.git diff --git a/ric-xapps/90-xApps/helm/xapp-std/templates/service.yaml b/ric-xapps/90-xApps/helm/xapp-std/templates/service.yaml index a76c9749..5e8c15fb 100644 --- a/ric-xapps/90-xApps/helm/xapp-std/templates/service.yaml +++ b/ric-xapps/90-xApps/helm/xapp-std/templates/service.yaml @@ -15,11 +15,11 @@ # limitations under the License. # ################################################################################ -{{- if .Values.ricapp.enabled }} +{{ if .Values.ricapp.service.enabled }} apiVersion: v1 kind: Service metadata: - name: {{ include "ricapp.fullname" . }} + name: {{ include "ricapp.name" . }} labels: app.kubernetes.io/name: {{ include "ricapp.name" . }} helm.sh/chart: {{ include "ricapp.chart" . }} @@ -35,4 +35,4 @@ spec: selector: app.kubernetes.io/name: {{ include "ricapp.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} -{{ end }} +{{ end }} \ No newline at end of file