Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Support for Cloud SQL #201

Open
parthmishra opened this issue Jan 7, 2020 · 1 comment
Open

Support for Cloud SQL #201

parthmishra opened this issue Jan 7, 2020 · 1 comment

Comments

@parthmishra
Copy link

Is it possible to use Google Cloud SQL as the backing store for the metadata service? If so, how can this be done?

@parthmishra
Copy link
Author

I think I figured out how to do this with Kustomize. I added the following to my kustomization.yaml:

secretGenerator:
  - name: mysql-credential
    behavior: replace
    file:
      - cloudsql-credentials

The metadata-deployment was getting the username and password from the mysql-credential secret while the pipelines weren't?

Anyways, it works now as far as I can tell. I guess this issue can be closed but I feel like this should be addressed in the GCP patch file.

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

No branches or pull requests

1 participant