Commit e51fa223 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

Merge branch 'develop' into lts

parents 7293e327 1c101ab1
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -469,7 +469,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -493,7 +493,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -514,7 +514,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -538,7 +538,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -562,7 +562,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -583,7 +583,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -607,7 +607,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
      meep-tc-sidecar:
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ spec:
    - ReadWriteOnce
  persistentVolumeReclaimPolicy: Retain
  hostPath:
    path: "/home/englab/.meep/codecov/meep-gis-engine"
    path: {{ .Values.codecov.location }}

---
kind: StorageClass
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ prometheus:
    
codecov:
  enabled: false
  location: "<WORKDIR>/codecov/meep-gis-engine"

meepOrigin: core

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ spec:
    - ReadWriteOnce
  persistentVolumeReclaimPolicy: Retain
  hostPath:
    path: "/home/englab/.meep/codecov/meep-loc-serv"
    path: {{ .Values.codecov.location }}

---
kind: StorageClass
+1 −0
Original line number Diff line number Diff line
@@ -51,5 +51,6 @@ prometheus:

codecov:
  enabled: false
  location: "<WORKDIR>/codecov/meep-loc-serv"

meepOrigin: core
Loading