Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GCP PubSub configuration #34

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

jlestel
Copy link

@jlestel jlestel commented Apr 15, 2024

As a GCP user, I want to use GCP PubSub with my Telemetry instance.

@@ -39,3 +39,4 @@ config:
profile:
port: 4269
kubernetesClusterDomain: cluster.local
gcpSecret: null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not needed. only setting GOOGLE_APPLICATION_CREDENTIALS should be fine?

@@ -27,6 +27,10 @@ spec:
env:
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ quote .Values.kubernetesClusterDomain }}
{{- if .Values.gcpSecret }}
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/gcp/key.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be /etc/gcp/{{.Values.gcpSecret}}
I dont know the proper syntax for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants