Skip to content

[Bug] IPV4 hardcode and duplicate verbs: key #42

Description

@tz-torchai

Hi,

Thanks for sharing this repo. I have founds two bugs:

  1. IPV4 hardcoding:

.bind("0.0.0.0:8080")?

This fails on IPv6-only clusters

  1. duplicate verbs: key, which will be rejected by strict YAML parsers

charts/rustfs-manager-operator/templates/cluster_role.yaml renders the /finalizers rule with verbs: declared twice

- apiGroups:
  - rustfs.badhouseplants.net
  resources:
  - rustfsbuckets/finalizers
  - rustfsintsances/finalizers      # also a typo: "rustfsintsances"
  - rustfsbucketusers/finalizers
  - rustfscustomusers/finalizers
  verbs:
  verbs:                            # <-- duplicate key
  - update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions