Skip to content

Commit 6ec0332

Browse files
iamnoahmrueg
andauthored
note experimental status
Co-authored-by: Manuel Rüger <[email protected]>
1 parent a9ec8a6 commit 6ec0332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (o *Options) AddFlags() {
116116
o.flags.BoolVar(&o.EnableGZIPEncoding, "enable-gzip-encoding", false, "Gzip responses when requested by clients via 'Accept-Encoding: gzip' header.")
117117

118118
o.flags.StringVar(&o.CustomResourceConfig, "custom-resource-state-config", "", "Inline Custom Resource State Metrics config YAML")
119-
o.flags.StringVar(&o.CustomResourceConfigFile, "custom-resource-state-config-file", "", "Path to a Custom Resource State Metrics config file")
119+
o.flags.StringVar(&o.CustomResourceConfigFile, "custom-resource-state-config-file", "", "Path to a Custom Resource State Metrics config file (experimental)")
120120
}
121121

122122
// Parse parses the flag definitions from the argument list.

0 commit comments

Comments
 (0)