X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fvespamgr%2Ftemplates%2Fdeployment.yaml;h=8f053aa7dbd979467d545ca286af2dbe2f34f075;hb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;hp=9ea06392c4063425ffdbfaf3efde61684a06bb5e;hpb=9206be77d8dd122ecb3e992956f0c39f8b37b71c;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/vespamgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/vespamgr/templates/deployment.yaml index 9ea06392..8f053aa7 100644 --- a/ric-platform/50-RIC-Platform/helm/vespamgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/vespamgr/templates/deployment.yaml @@ -50,10 +50,10 @@ spec: - name: http containerPort: {{ include "common.serviceport.vespamgr.http" . }} protocol: TCP - #envFrom: - # - configMapRef: - # name: vespa-config - # - secretRef: - # name: vespa-secrets + envFrom: + - configMapRef: + name: {{ include "common.configmapname.vespamgr" . }} + - secretRef: + name: vespa-secrets