X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F40-Credential%2Fhelm%2Ftemplates%2Fconfig-helm-cert.yaml;h=09620616c55f4ed1de4c6f5f24b2dd6484f10ed1;hb=6f1d649951d191ca2be9f849b2a883d2307df686;hp=7140d6bf54ed20a96b8af843bf5918b9cbe4941f;hpb=e01667fb0798c859ec9eeaba88bfb13951efe5f2;p=it%2Fdep.git diff --git a/ric-infra/40-Credential/helm/templates/config-helm-cert.yaml b/ric-infra/40-Credential/helm/templates/config-helm-cert.yaml index 7140d6bf..09620616 100644 --- a/ric-infra/40-Credential/helm/templates/config-helm-cert.yaml +++ b/ric-infra/40-Credential/helm/templates/config-helm-cert.yaml @@ -20,5 +20,6 @@ kind: ConfigMap metadata: name: xapp-mgr-certs data: - {{ (.Files.Glob "resources/tls.crt").AsConfig | nindent 2 }} + tls.crt: | + {{- .Values.credential.helmCertificate | nindent 4 }}