Single Cloud (AWS) Based Files giving hard time to make things work with (GCP) in Prod environment #2579
fawazshaikh-stack
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
(charts/artifact-keeper/templates/external-secrets.yaml) and (charts/artifact-keeper/templates/secrets.yaml) are well aligned with the deployment of Artifact Keeper on AWS but it doesn't have proper conditional values to adjust for different cloud provider (GCP).
Just For Ref:
charts/artifact-keeper/templates/external-secrets.yaml
remoteRef:
key: {{ .Values.externalSecrets.secrets.s3Keys }}
property: access-key
remoteRef:
key: {{ .Values.externalSecrets.secrets.s3Keys }}
property: secret-key
I would like hear if anyone has deployed Artifact Keeper in Production Environment using GCP Cloud?
All reactions