Open hdp-sami opened 3 years ago
@hdp-sami It looks like the httpAuthSecret
is an unreleased feature
It looks like there isn't a newer Docker image available, since the last build was when the last release was prepared, so there is no image you can use to access the httpAuthSecret
feature π
https://github.com/brennerm/uptimerobot-operator/pkgs/container/uptimerobot-operator/versions
@domhdp That's exactly the issue here. Will prepare a new release in the next days.
@brennerm I ended up building the image myself to get the new field working. Would still be great to have that release up though π
Hi there,
I've been trying to create a new Uptime monitor using the following YAML but I'm getting a validation error stating that the
httpAuthSecret
field is unknown.My YAML:
My create command and error:
I've installed the operator using Helm by cloning the repository and doing it locally, as the steps listed in the installation steps were failing (I've added that snippet below but that's a different issue).
Am I doing something wrong perhaps? If there's additional information I can provide to you please let me know.