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=3803859c341dc62bdcd79ba94be585592a94672b;hp=7140d6bf54ed20a96b8af843bf5918b9cbe4941f;hpb=6be690a94ce6d07750a9783f31f36f8ae3854703;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 }}