Commit a7fc34a5 authored by Mike Roy's avatar Mike Roy
Browse files

Merge branch 'mike-postgis' of https://github.com/roymx/AdvantEDGE into mike-postgis

parents 8c1f6b65 8b8ce9ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ volumePermissions:
    ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
    ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
    ##
    pullPolicy: Always
    pullPolicy: IfNotPresent
    ## Optionally specify an array of imagePullSecrets.
    ## Secrets must be manually created in the namespace.
    ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
+2 −2
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ func deployRunScriptsAndGetFlags(targetName string, chart string, cobraCmd *cobr
	case "meep-open-map-tiles":
		flags = utils.HelmFlags(nil, "--set", "persistentVolume.location="+deployData.workdir+"/omt/")
        case "meep-postgis":
			flags = utils.HelmFlags(nil, "--set", "persistentVolume.location="+deployData.workdir+"/postgis/")
		flags = utils.HelmFlags(nil, "--set", "persistence.location="+deployData.workdir+"/postgis/")
	case "meep-docker-registry":
		deployCreateRegistryCerts(chart, cobraCmd)
		flags = utils.HelmFlags(nil, "--set", "persistence.location="+deployData.workdir+"/docker-registry/")