X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Fvalues.yaml;h=8b6c01f3c3dad51e336c855e4114298f6fd0753d;hb=29fa27bb53e2b4ff89f8ef61d0885df776bc14b1;hp=aa6a487115cfd3c9f6944d4d229b7fbeae1eb96f;hpb=4295829600d08a1ade001e29baf487c51a5cfe90;p=pti%2Fo2.git diff --git a/charts/values.yaml b/charts/values.yaml index aa6a487..8b6c01f 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -1,4 +1,5 @@ -# Copyright (C) 2021 Wind River Systems, Inc. +--- +# Copyright (C) 2021-2024 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,6 +23,9 @@ replicaCount: 1 nameOverride: "" fullnameOverride: "" +podLabels: {} +podAnnotations: {} + # The default value "" doesn't work with binaryData, # So generate the value with: # echo "" | base64 @@ -57,6 +61,14 @@ o2ims: pullPolicy: IfNotPresent logginglevel: "WARNING" + # Mount certs from host system. + # Normally required to use CGTS client with SSL. + useHostCert: false + hostCertPath: /etc/ssl/certs/ca-certificates.crt + + # Skip SSL verification when using CGTS client. + cgtsInsecureSSL: false + o2dms: helm_cli_enable: false