X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fsubmgr%2Ftemplates%2Fdeployment.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fsubmgr%2Ftemplates%2Fdeployment.yaml;h=2c66c7bf743b4ab8615cf056f95275a4dd9314cf;hb=a9ae10bcbf57300b65fb0f39090034554c59270c;hp=bb4808a0e6cdf959940fc01cc9d50c92f4093539;hpb=6cacc1f18011ec5a71e32fe09e406ed13c8603b5;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/submgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/submgr/templates/deployment.yaml index bb4808a0..2c66c7bf 100644 --- a/ric-platform/50-RIC-Platform/helm/submgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/submgr/templates/deployment.yaml @@ -38,6 +38,10 @@ spec: release: {{ .Release.Name }} template: metadata: + {{- if .Values.submgr.annotations }} + annotations: + {{- .Values.submgr.annotations | nindent 8 -}} + {{ end }} labels: app: {{ include "common.namespace.platform" . }}-{{ include "common.name.submgr" . }} release: {{ .Release.Name }} @@ -62,4 +66,4 @@ spec: protocol: TCP - name: rmrdata containerPort: {{ include "common.serviceport.submgr.rmr.data" . }} - protocol: TCP \ No newline at end of file + protocol: TCP