sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
24 stars 26 forks source link

Add proper validation for redfish secret name #372

Open vprashar2929 opened 4 months ago

vprashar2929 commented 4 months ago

Currently while creating a Kepler instance we specify redfish secret. The secret name is not validated according to resource naming standards. For eg:

      redfish:
        probeInterval: 1m0s
        secretRef: ' '
        skipSSLVerify: false

still treated as valid but ideally it should not