Skip to content

Instantly share code, notes, and snippets.

@bijukunjummen
Last active September 24, 2022 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bijukunjummen/ef04b628636beb3d9e2bbd9f4e5f0214 to your computer and use it in GitHub Desktop.
Save bijukunjummen/ef04b628636beb3d9e2bbd9f4e5f0214 to your computer and use it in GitHub Desktop.
apiVersion: deploy.cloud.google.com/v1
---
kind: Target
metadata:
name: dev
description: Cloud Run Dev environment
run:
location: projects/sampleproject/locations/us-west1
---
apiVersion: deploy.cloud.google.com/v1
kind: Target
metadata:
name: prod
description: Cloud Run Prod Environment
requireApproval: true
run:
location: projects/sampleproject/locations/us-west1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment