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

Replaced deprecated fields in Kustomization #5

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

benwh
Copy link

@benwh benwh commented Aug 19, 2024

When running kustomize build, we currently see some warnings. Get rid of these by using the more modern replacements. See docs.

Warning: 'commonLabels' is deprecated. Please use 'labels' instead.
Warning: 'vars' is deprecated. Please use 'replacements' instead.

When running `kustomize build`, we currently see some warnings. Get rid
of these by using the more modern replacements. See [docs][0].

```
Warning: 'commonLabels' is deprecated. Please use 'labels' instead.
Warning: 'vars' is deprecated. Please use 'replacements' instead.
```

[0]: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/
@benwh benwh force-pushed the ben-kustomize-deprecations branch from 5df3ab2 to 041975f Compare August 19, 2024 15:15
Copy link

@mbarrin-incident mbarrin-incident left a comment

Choose a reason for hiding this comment

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

LGTM

@benwh benwh merged commit 2956e6f into master Aug 19, 2024
3 of 4 checks passed
@benwh benwh deleted the ben-kustomize-deprecations branch August 19, 2024 15:19
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.

2 participants