aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/Chart.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-04-13 16:50:23 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-04-19 10:04:30 +0200
commit1b174e56de13afad5312b2db0d9cecdb0d9c64ef (patch)
tree21eedcc8141169dd8a8fb643d5b60c1fa5e8cda7 /kubernetes/holmes/Chart.yaml
parent2af5079ba7cc09fda2c19a3f627299b3ef655227 (diff)
[SDNC] Correct baseUrl in mountpoint-registrar
Change the URL from localhost to the SDNC service Added missing section in file (OOM-3062) Issue-ID: OOM-3063 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8e05694896c54ed57b4b8e7d0633977fb1800e58
Diffstat (limited to 'kubernetes/holmes/Chart.yaml')
-rw-r--r--kubernetes/holmes/Chart.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/holmes/Chart.yaml b/kubernetes/holmes/Chart.yaml
index 971d81c614..8f8e91d47f 100644
--- a/kubernetes/holmes/Chart.yaml
+++ b/kubernetes/holmes/Chart.yaml
@@ -34,7 +34,7 @@ dependencies:
- name: postgres-init
version: ~12.x-0
repository: '@local'
- condition: not global.postgres.localCluster
+ condition: global.postgres.globalCluster
- name: holmes-rule-mgmt
version: ~12.x-0
repository: 'file://components/holmes-rule-mgmt'