Skip to content

Commit

Permalink
Manifests: align to the new description of passwordSecret
Browse files Browse the repository at this point in the history
Regenerating the manifests.

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Jul 20, 2022
1 parent 0c95049 commit e30b286
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion charts/metallb/charts/crds/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,9 @@ spec:
type: string
passwordSecret:
description: passwordSecret is name of the authentication secret for
BGP Peer
BGP Peer. the secret must be of type "kubernetes.io/basic-auth",
and created in the same namespace as the MetalLB deployment. The
password is stored in the secret as the key "password".
properties:
name:
description: Name is unique within a namespace to reference a
Expand Down
4 changes: 3 additions & 1 deletion config/crd/bases/metallb.io_bgppeers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ spec:
type: string
passwordSecret:
description: passwordSecret is name of the authentication secret for
BGP Peer
BGP Peer. the secret must be of type "kubernetes.io/basic-auth",
and created in the same namespace as the MetalLB deployment. The
password is stored in the secret as the key "password".
properties:
name:
description: name is unique within a namespace to reference a
Expand Down
4 changes: 3 additions & 1 deletion config/manifests/metallb-frr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,9 @@ spec:
type: string
passwordSecret:
description: passwordSecret is name of the authentication secret for
BGP Peer
BGP Peer. the secret must be of type "kubernetes.io/basic-auth",
and created in the same namespace as the MetalLB deployment. The
password is stored in the secret as the key "password".
properties:
name:
description: name is unique within a namespace to reference a
Expand Down
4 changes: 3 additions & 1 deletion config/manifests/metallb-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,9 @@ spec:
type: string
passwordSecret:
description: passwordSecret is name of the authentication secret for
BGP Peer
BGP Peer. the secret must be of type "kubernetes.io/basic-auth",
and created in the same namespace as the MetalLB deployment. The
password is stored in the secret as the key "password".
properties:
name:
description: name is unique within a namespace to reference a
Expand Down

0 comments on commit e30b286

Please sign in to comment.