Skip to content

Adapt Helm chart to changes from #1572 #1618

@adutra

Description

@adutra

Is your feature request related to a problem? Please describe.

The property names under polaris.features has changed lately with #1572. In particular, the word .defaults. has been removed.

However the Helm chart still displays two distinct sections, defaults and realmOverrides:

features:
# -- Features to enable or disable globally. If a feature is not present in the map, the default
# built-in value is used.
defaults: {}
# ENFORCE_PRINCIPAL_CREDENTIAL_ROTATION_REQUIRED_CHECKING: false
# SUPPORTED_CATALOG_STORAGE_TYPES:
# - S3
# - GCS
# - AZURE
# - FILE
# -- Features to enable or disable per realm. This field is a map of maps. The realm name is the key, and the value is a map of
# feature names to values. If a feature is not present in the map, the default value from the 'defaults' field is used.
realmOverrides: {}
# my-realm:
# ENFORCE_PRINCIPAL_CREDENTIAL_ROTATION_REQUIRED_CHECKING: true

Describe the solution you'd like

It would be good to change that section to reflect the new property naming convention.

\cc @eric-maynard

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions