Skip to content

Commit

Permalink
Merge pull request #45 from apigee/feat/drz_support
Browse files Browse the repository at this point in the history
feat: added support for  control plane drz
  • Loading branch information
anaik91 authored Jul 8, 2024
2 parents 31cf78b + d6021a4 commit 158c9b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/apigee-hybrid-overrides/templates/overrides.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ k8sCluster:
region: "{{ overrides.k8sCluster.region }}"

instanceID: "{{ overrides.instanceID }}"
contractProvider: "{{ overrides.contractProvider}}"

{% if overrides.imagePullSecrets -%}
imagePullSecrets:
Expand Down
1 change: 1 addition & 0 deletions vars/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ overrides:
projectID: _GCP_PROJECT_ID_
revision: "1103"
instanceID: "wwwwxxxxyyyyzzzz"
contractProvider: https://apigee.googleapis.com
#
# For Telemetry support for Multi-Org cluster. The feature is disabled by default.
# Enabling this flag will export the metrics from Multi-Org cluster to the
Expand Down
1 change: 1 addition & 0 deletions vars/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ overrides:
projectID: shared-sabre-wolverine
revision: "1103"
instanceID: "asdasdmasdmasmd"
contractProvider: https://apigee.googleapis.com
#
# For Telemetry support for Multi-Org cluster. The feature is disabled by default.
# Enabling this flag will export the metrics from Multi-Org cluster to the
Expand Down

0 comments on commit 158c9b1

Please sign in to comment.