Skip to content

Commit

Permalink
Fix cloudresourcemanager service; missing ApiVersion. (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi authored Jul 30, 2020
1 parent 4c1221c commit 5bdce80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gcp/v2/management/cnrm-install/services/enable-services.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# cloudresourcemanager, used for creating projects
apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1
kind: Service
metadata:
annotations:
# use the deletion policy of abandon to ensure that the pubsub service remains enabled when this resource is deleted.
cnrm.cloud.google.com/deletion-policy: "abandon"
# this is unnecessary with the deletion-policy of 'abandon', but useful if the abandon policy is removed.
cnrm.cloud.google.com/deletion-policy: abandon
cnrm.cloud.google.com/disable-dependent-services: "false"
name: cloudresourcemanager.googleapis.com
namespace: caip-bp-admin

0 comments on commit 5bdce80

Please sign in to comment.