Skip to content

enhancement(vector): Add namespace to manifests#441

Merged
jszwedko merged 2 commits intovectordotdev:developfrom
mustdiechik:helm_namespace
Jan 9, 2025
Merged

enhancement(vector): Add namespace to manifests#441
jszwedko merged 2 commits intovectordotdev:developfrom
mustdiechik:helm_namespace

Conversation

@mustdiechik
Copy link
Contributor

fix
#394

@pront
Copy link
Member

pront commented Jan 9, 2025

Hi @mustdiechik and thank you for this PR.

Was this #394 (comment) fixed?

@pront
Copy link
Member

pront commented Jan 9, 2025

Hmm, this PR seems identical to #394 but the lint check passes for me locally:

❯ helm lint charts/vector --values /Users/pavlos.rontidis/CLionProjects/helm-charts/charts/vector/examples/datadog-values.yaml
==> Linting charts/vector

1 chart(s) linted, 0 chart(s) failed

@jszwedko
Copy link
Contributor

jszwedko commented Jan 9, 2025

Hmm, this PR seems identical to #394 but the lint check passes for me locally:

❯ helm lint charts/vector --values /Users/pavlos.rontidis/CLionProjects/helm-charts/charts/vector/examples/datadog-values.yaml
==> Linting charts/vector

1 chart(s) linted, 0 chart(s) failed

It's very subtle, but, at least one difference is, that the old PR used .Release.Namespace in secret.yaml where this PR uses $.Release.Namespace (note the leading $).

@pront
Copy link
Member

pront commented Jan 9, 2025

Hmm, this PR seems identical to #394 but the lint check passes for me locally:

❯ helm lint charts/vector --values /Users/pavlos.rontidis/CLionProjects/helm-charts/charts/vector/examples/datadog-values.yaml
==> Linting charts/vector

1 chart(s) linted, 0 chart(s) failed

It's very subtle, but, at least one difference is, that the old PR used .Release.Namespace in secret.yaml where this PR uses $.Release.Namespace (note the leading $).

Gotcha, will this PR to you if you don't mind.

I also noticed a failing CI check: https://github.com/vectordotdev/helm-charts/actions/runs/12684331521/job/35380313928?pr=441

@jszwedko
Copy link
Contributor

jszwedko commented Jan 9, 2025

Hmm, this PR seems identical to #394 but the lint check passes for me locally:

❯ helm lint charts/vector --values /Users/pavlos.rontidis/CLionProjects/helm-charts/charts/vector/examples/datadog-values.yaml
==> Linting charts/vector

1 chart(s) linted, 0 chart(s) failed

It's very subtle, but, at least one difference is, that the old PR used .Release.Namespace in secret.yaml where this PR uses $.Release.Namespace (note the leading $).

Gotcha, will this PR to you if you don't mind.

I also noticed a failing CI check: https://github.com/vectordotdev/helm-charts/actions/runs/12684331521/job/35380313928?pr=441

Oof, those checks were actually failing on #439 when it merged. Let me double check the branch protection settings.

Copy link
Contributor

@jszwedko jszwedko left a comment

Choose a reason for hiding this comment

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

Thanks @mustdiechik !

@jszwedko jszwedko changed the title Add namespace to manifests enhancement(vector): Add namespace to manifests Jan 9, 2025
@jszwedko jszwedko enabled auto-merge (squash) January 9, 2025 20:32
@jszwedko jszwedko merged commit 30ea8ff into vectordotdev:develop Jan 9, 2025
11 checks passed
@mustdiechik mustdiechik deleted the helm_namespace branch January 13, 2025 04:28
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