add useLegacyNaming flag to switch between legacy (current chart naming) and operator naming#3030
add useLegacyNaming flag to switch between legacy (current chart naming) and operator naming#3030AndrewChubatiuk wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
1 issue found across 72 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
e35f920 to
f332336
Compare
|
|
good point! updated |
f332336 to
7bd3fa4
Compare
|
We still use |
now i'm thinking about keeping this useLegacyNaming for single and cluster instances only and migrate the rest to new convention |
|
Wouldn't that affect service names too, so users would have to reconfigure vmagent addresses? Perhaps we should take objects one by one and carefully check that upgrade passes as expected |
|
agree, probably also makes sense to add respective CR into each plain chart, it should cover one of existing issues |
7bd3fa4 to
67c62c0
Compare
Updates the cluster dashboard selection logic to handle both legacy Helm-style `job` names and operator-style `job` names. See VictoriaMetrics/helm-charts#3030
added
useLegacyNamingflag (default: true), which allows to define naming convention for plain k8s resources, that are managed by helm charts that do not contain operator. It allows for new users to have resources with naming convention, which is compatible with operator (useLegacyNaming: false)