This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[metricbeat] split values for daemonset and deployment #572
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
cea4e9a
[metricbeat] split configmap for daemonset and deployment
jmlrt 61c96be
[metricbeat] use markdown implicit link name for config table
jmlrt 2a5e45d
[metricbeat] split affinity for daemonset and deployment
jmlrt c8af71b
[metricbeat] split resources for daemonset and deployment
jmlrt f667825
[metricbeat] split nodeSelector for daemonset and deployment
jmlrt bcdab45
[metricbeat] split tolerations for daemonset and deployment
jmlrt 7914ffb
[metricbeat] nit
jmlrt 07877a6
[metricbeat] split security context for daemonset and deployment
jmlrt d1a96a1
[metricbeat] nit - fix default values in README
jmlrt bc05368
metricbeat] split extraEnvs for daemonset and deployment
jmlrt 1dd2e84
[metricbeat] split envFrom for daemonset and deployment
jmlrt 593c743
[metricbeat] split volumes and volumeMounts for daemonset and deployment
jmlrt 055313c
[metricbeat] split secretMounts for daemonset and deployment
jmlrt 890428d
[metricbeat] remove unneeded if statement for envFrom
jmlrt b489901
[metricbeat] nit - add missing trailing lines
jmlrt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[metricbeat] split affinity for daemonset and deployment
- Loading branch information
commit 2a5e45d6cfcc05384bf4c83feac50dfd90fdfc32
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ I really like all of these little cleanups here to add some consistency. I like the much cleaner and shorter versions using nindent below :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah Helm templates are a little more readable with
nindents
😃.