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

Added GCP supplemental values file #237

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

Conversation

priyadarshini-ni
Copy link

@priyadarshini-ni priyadarshini-ni commented Dec 11, 2024

What does this Pull Request accomplish?

The supplemental values for GCP has been added with examples for GCS Storage and adding cloud SQL auth proxy container.

Note: GCS support is not yet added to dataframe service as the service uses S3 DeleteObjects API which is not supported by GCS S3 interoperable XML API, refer this for more information. The respective documentation for the dataframe service will be updated once we add this support.

Why should this Pull Request be merged?

This acts as an additional values file while SLE is installed in Openshift cluster or GKE cluster on GCP

What testing has been done?

NA

@SSSantosh18 SSSantosh18 self-requested a review December 12, 2024 11:23
Priyadarshini Piramanayagam added 2 commits December 16, 2024 18:51
Copy link
Contributor

@SSSantosh18 SSSantosh18 left a comment

Choose a reason for hiding this comment

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

initial review

@priyadarshini-ni priyadarshini-ni changed the title Added OpenShift GCP supplemental values Added GCP supplemental values file Jan 8, 2025
@priyadarshini-ni priyadarshini-ni marked this pull request as ready for review January 10, 2025 13:22
- name: cloud-sql-auth-proxy
image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:<tag> # <ATTENTION> - Enter the latest version of the Cloud SQL Auth Proxy image
volumeMounts:
# This volume mount is required for the proxy to authenticate with Cloud SQL using Workload Identity Federation by providing a short-lived token for authentication.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please be consistent about using parameter markup and ## vs. #. We may start auto-generating wikis from these files in the near future.

Copy link
Author

@priyadarshini-ni priyadarshini-ni Jan 16, 2025

Choose a reason for hiding this comment

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

The format for comments have been made consistent based on systemlink-values.yaml.
# has been used for Attention comments and ## for multi-line comments

user: <username> # <ATTENTION> - Enter the PostgreSQL username for the testmonitor service
## @param database.connectionInfo.secretName The name of an existing secret with PostgreSQL connection credentials
##
secretName: <secret-name> # <ATTENTION> - Enter the secret name that contains the testmonitor service's Postgres SQL database connection credentials
Copy link
Contributor

Choose a reason for hiding this comment

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

There should be a default value here. Please check this

@priyadarshini-ni Update for all services

Copy link
Author

Choose a reason for hiding this comment

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

Modified to default value for tm and dff

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.

5 participants