Loading charts/postgis/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading go-apps/meepctl/cmd/deploy.go +2 −2 Original line number Diff line number Diff line Loading @@ -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/") Loading Loading
charts/postgis/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading
go-apps/meepctl/cmd/deploy.go +2 −2 Original line number Diff line number Diff line Loading @@ -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/") Loading