Skip to content

Conversation

@ThoreKr
Copy link
Contributor

@ThoreKr ThoreKr commented Mar 15, 2024

When using the configTarget: "ConfigMap" option, the rendered configmap fails to install due to

  line 52: mapping key "persistent_volume_claim_retention_policy" already defined at line 51

This is caused by the flatten helper adding the config option too early causing duplicate keys like these to be created:

  persistent_volume_claim_retention_policy: "when_deleted:retain"
  persistent_volume_claim_retention_policy: "when_deleted:retain,when_scaled:retain"

This pr fixes this issue.

@FxKu
Copy link
Member

FxKu commented Mar 18, 2024

👍

@FxKu FxKu added this to the 1.11.0 milestone Mar 18, 2024
@idanovinda
Copy link
Member

👍

@FxKu
Copy link
Member

FxKu commented Mar 18, 2024

Thanks @ThoreKr . I will update the helm chart shortly after.

@FxKu FxKu merged commit 4cd4bee into zalando:master Mar 18, 2024
FxKu added a commit that referenced this pull request Mar 18, 2024
FxKu added a commit that referenced this pull request Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants