mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
c13c9b53e3
* add sandbox target to the delivery pipeline * add sandbox target
21 lines
487 B
YAML
21 lines
487 B
YAML
apiVersion: deploy.cloud.google.com/v1
|
|
kind: Target
|
|
metadata:
|
|
name: sandbox
|
|
requireApproval: true
|
|
executionConfigs:
|
|
- usages:
|
|
- RENDER
|
|
- DEPLOY
|
|
- ANALYSIS
|
|
- POSTDEPLOY
|
|
executionTimeout: 3600s
|
|
defaultPool:
|
|
# Placeholder: Replace with artifact bucket name.
|
|
artifactStorage: artifactStorage
|
|
# Placeholder: Replace with project number.
|
|
serviceAccount: serviceAccount
|
|
gke:
|
|
# Placeholder: Replace with project ID, location, and cluster name.
|
|
cluster: cluster
|