Skip to content

Commit

Permalink
add deletion policy: abandon
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Feb 2, 2024
1 parent de7252d commit 48ae3d8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1
kind: Service
metadata:
name: apigee.googleapis.com
annotations:
cnrm.cloud.google.com/deletion-policy: "abandon"
spec:
projectRef:
name: "project-${uniqueId}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ kind: Service
metadata:
annotations:
cnrm.cloud.google.com/project-id: ${TEST_DEPENDENT_ORG_PROJECT_ID}
cnrm.cloud.google.com/deletion-policy: "abandon"
name: iap.googleapis.com
---
apiVersion: iap.cnrm.cloud.google.com/v1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ kind: Service
metadata:
annotations:
cnrm.cloud.google.com/project-id: ${TEST_DEPENDENT_ORG_PROJECT_ID}
cnrm.cloud.google.com/deletion-policy: "abandon"
name: iap.googleapis.com
---
apiVersion: iap.cnrm.cloud.google.com/v1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ metadata:
name: vpcsvc-${uniqueId}
spec:
resourceID: ${TEST_DEPENDENT_FOLDER_2_PROJECT_ID}
# Dependent project name for VPC SVC project
name: "VPC SVC Dependent Project"
# Dependent project name for VPC service project
name: "VPC Service Dependent Project"
folderRef:
external: ${TEST_FOLDER_ID}
billingAccountRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1
kind: Service
metadata:
name: cloudkms.googleapis.com
annotations:
cnrm.cloud.google.com/deletion-policy: "abandon"
spec:
projectRef:
name: "project-${uniqueId}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1
kind: Service
metadata:
name: bigquery.googleapis.com
annotations:
cnrm.cloud.google.com/deletion-policy: "abandon"
spec:
projectRef:
name: "project-${uniqueId}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ kind: Service
metadata:
annotations:
cnrm.cloud.google.com/project-id: ${TEST_DEPENDENT_ORG_PROJECT_ID}
cnrm.cloud.google.com/deletion-policy: "abandon"
name: iap.googleapis.com

0 comments on commit 48ae3d8

Please sign in to comment.