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

enhancement(vector): Add namespace to manifests #441

Merged
merged 2 commits into from
Jan 9, 2025

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
Member

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
Member

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
Member

@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