You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ghost values can bring much confusion. The user cannot know the value to be configured by values.yaml, unless he looks at the source code. This also poses a challenge to developers, for example, who knows if adding a feature to values.yaml creates breaking? And it is hard to use the IDE well for indexing, auto-completion, etc.
How to check?
Integrated with GitHub action.
The text was updated successfully, but these errors were encountered:
What's ghost value?
A ghost value is a value that is not defined in the
values.yaml
. e.g, the.Values.imagePullSecrets
in sn-platform/vault/vault-innitialize.yamlWhy check ghost values?
The ghost values can bring much confusion. The user cannot know the value to be configured by
values.yaml
, unless he looks at the source code. This also poses a challenge to developers, for example, who knows if adding a feature tovalues.yaml
creates breaking? And it is hard to use the IDE well for indexing, auto-completion, etc.How to check?
Integrated with GitHub action.
The text was updated successfully, but these errors were encountered: