Commit cfc029df authored by garciadeblas's avatar garciadeblas
Browse files

Feature 10991: fix postrenderer script paths for LCM in values.yaml



Change-Id: I122a04eed234d559ce826f6ce5b1278ee6e1e6d8
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent c5176c69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -217,10 +217,10 @@ lcm:
  # secretName: "lcm-secret"
  mainPostRenderer:
    scriptName: mainPostRenderer
    path: /app/N2VC/n2vc/post-renderer-scripts/mainPostRenderer/
    path: /usr/lib/python3/dist-packages/n2vc/post-renderer-scripts/mainPostRenderer/
  podLabelsPostRenderer:
    scriptName: podLabels
    path: /app/N2VC/n2vc/post-renderer-scripts/podLabels/
    path: /usr/lib/python3/dist-packages/n2vc/post-renderer-scripts/podLabels/
  config:
    OSMLCM_VCA_CLOUD: "lxd-cloud"
    OSMLCM_VCA_K8S_CLOUD: "k8scloud"