Commit 46f97078 authored by Pantelis Malekas's avatar Pantelis Malekas
Browse files

fix: correct name for hook onboard

parent f4f930ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@ spec:
      containers:
      - name: post-install-job
        {{- if eq .Values.installation "dev" }}
        image: "labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maestro-onboarding-workflows:latest"
        image: "labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/hypo-onboarding-workflows:latest"
        {{- else }}
        image: "labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maestro-onboarding-workflows:prod"
        image: "labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/hypo-onboarding-workflows:prod"
        {{- end }}
        imagePullPolicy: Always
        env:
+1 −1
Original line number Diff line number Diff line
@@ -1424,7 +1424,7 @@ harbor:
  database:
    type: external
    external:
      host: "maestro-postgresql-db.default.svc.cluster.local"
      host: "hypo-postgresql-db.default.svc.cluster.local"
      port: "5432"
      username: "CHANGE_ME"
      password: "CHANGE_ME"