Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/v1/types_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ type ProxySpec struct {
// only be consumed by a proxy validator. The validator is responsible for reading
// ConfigMapNameReference, validating the certificate and copying "ca-bundle.crt"
// from data to a ConfigMap in the namespace of an operator configured for proxy.
// The namespace for this ConfigMap is "openshift-config-managed". Here is an example
// The namespace for this ConfigMap is "openshift-config". Here is an example
// ConfigMap (in yaml):
//
// apiVersion: v1
// kind: ConfigMap
// metadata:
// name: proxy-ca
// namespace: openshift-config-managed
// name: trusted-ca-bundle
// namespace: openshift-config
// data:
// ca-bundle.crt: |
// -----BEGIN CERTIFICATE-----
Expand Down
2 changes: 1 addition & 1 deletion config/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.