Skip to content

Commit

Permalink
#446 - LINT: double management-project-id (#721)
Browse files Browse the repository at this point in the history
* #446 - fix 596 hardcoded hub-env/project

* #446 - fix 599 management-namespace

* #446 - fix 599 management-namespace

* #466 - adjust script

* #625 446 - N2_CPUS quota of 8 requires fortigate management vm to use e2-standard instead

Testing in #625 and #446
In certain preconfigured environments the N2_CPUS quota may be above the default of 8

Attempting to increase the quota even to 10 will not always get approved

* #710 - #446 - add gke enterprise anthos service enablement

* #446 - LINT: add export to vars.sh

* #446 - LINT: double management-project-id
  • Loading branch information
obriensystems authored Nov 23, 2023
1 parent 7dbbeba commit 0ba1d20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions solutions/project/hub-env/setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
config.kubernetes.io/local-config: "true"
data:
# Organization ID
# Organization ID see usage in the custom-role.yaml
org-id: "123456789012"
# Billing Account ID to be associated with this project
project-billing-id: "AAAAAA-BBBBBB-CCCCCC"
Expand All @@ -18,8 +18,6 @@ data:
management-project-id: management-project-id
# Identity that should be allowed to access the management VM using IAP TCP forwarding
# https://cloud.google.com/iap/docs/using-tcp-forwarding
# Organization ID see usage in the custom-role.yaml
management-project-id: "xxdmu-admin1-projectname"
# keep config-control as the default
management-namespace: config-control
# Identity that should be allowed to access the management VM using IAP TCP forwarding
Expand Down

0 comments on commit 0ba1d20

Please sign in to comment.