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

[PFS-241] make storageURL required only when deploy target is not local. #9981

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

FahadBSyed
Copy link
Contributor

No description provided.

@@ -55,7 +55,7 @@ spec:
env:
- name: GOCDK_ENABLED
value: {{ .Values.pachd.storage.gocdkEnabled | default true | quote }}
{{- if .Values.pachd.storage.gocdkEnabled }}
{{- if and (ne .Values.deployTarget "LOCAL") .Values.pachd.storage.gocdkEnabled }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

When the deploy target is local, we only use the storageRoot as the object storage backend

Base automatically changed from bosterbuhr/helm-gocdk-storageurl-fix to master April 24, 2024 20:32
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.

None yet

2 participants