Skip to content

Commit 095a72c

Browse files
committed
Fix the service name used by the ubbagent
Fixes #36 Signed-off-by: Maël Valais <[email protected]>
1 parent c94fcf5 commit 095a72c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

chart/jetstack-secure-gcm/templates/billing-agent-config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ data:
5353
- name: servicecontrol
5454
servicecontrol:
5555
identity: gcp
56-
# The service name is unique to your application and will be
57-
# provided during onboarding.
58-
serviceName: jetstack-secure-for-cert-manager.jetstack-public.appspot.com
56+
# The service name was sent by email by Google in the file
57+
# jetstack-secure-for-cert-manager.yaml. See:
58+
# https://github.com/jetstack/platform-board/issues/347
59+
serviceName: jetstack-secure-for-cert-manager.mp-jetstack-public.appspot.com
5960
consumerId: $AGENT_CONSUMER_ID
6061
6162
# The sources section lists metric data sources run by the agent

0 commit comments

Comments
 (0)