From 32344118aacc131f48a93217b8882f30706fd381 Mon Sep 17 00:00:00 2001 From: David Protasowski Date: Thu, 24 May 2018 13:04:08 -0400 Subject: [PATCH] Update buildpack.yaml (#955) PACK_REGISTRY_GCR is no longer needed --- sample/templates/buildpack.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/sample/templates/buildpack.yaml b/sample/templates/buildpack.yaml index d81066132101..0231d4584931 100644 --- a/sample/templates/buildpack.yaml +++ b/sample/templates/buildpack.yaml @@ -39,9 +39,6 @@ spec: image: packs/cf:export workingdir: /in args: ["${IMAGE}"] - env: - - name: PACK_REGISTRY_GCR - value: "true" volumeMounts: - name: droplet mountPath: /in