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

Helm chart: fix catalogStorageEnv template #8944

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

adutra
Copy link
Contributor

@adutra adutra commented Jun 26, 2024

... and a few other fixes:

  • configmap.yaml: remove extra whitespace
  • configmap.yaml: don't output <nil> when value is nil
  • deployment.yaml: use secretToEnv wherever possible
  • inmemory-values.yaml: fix placement of authCredentialsJsonSecret

... and a few other fixes:

* configmap.yaml: remove extra whitespace
* configmap.yaml: don't output `<nil>` when value is nil
* deployment.yaml: use secretToEnv wherever possible
* inmemory-values.yaml: fix placement of authCredentialsJsonSecret
@@ -129,28 +129,28 @@ data:

{{- if .Values.catalog.enabled -}}
{{- list .Values.catalog.iceberg $map | include "nessie.applyCatalogIcebergOptions" -}}
{{ list .Values.catalog.storage.s3 "nessie.catalog.service.s3." $map | include "nessie.applyCatalogStorageS3RootOptions"}}
{{ list .Values.catalog.storage.s3.defaultOptions "nessie.catalog.service.s3.default-options." $map | include "nessie.applyCatalogStorageS3BucketOptions"}}
{{- list .Values.catalog.storage.s3 "nessie.catalog.service.s3." $map | include "nessie.applyCatalogStorageS3RootOptions" }}
Copy link
Member

Choose a reason for hiding this comment

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

What's the difference between these?

{{- list ... -}}

and

{{- list ... }}

and

{{ list ... }}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@adutra adutra merged commit 4722611 into projectnessie:main Jun 26, 2024
18 checks passed
@adutra adutra deleted the helm-env-lower-case branch June 26, 2024 15:40
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.

3 participants