You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
$ k create -f uptime-monitor-crd.yaml
error: error validating "uptime-monitor-crd.yaml": error validating data: ValidationError(UptimeRobotMonitor.spec): unknown field "httpAuthSecret" in io.github.brennerm.uroperator.v1beta1.UptimeRobotMonitor.spec; if you choose to ignore these errors, turn validation off with --validate=false
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).
$ helm repo add uptimerobot-operator https://brennerm.github.io/uptimerobot-operator/helm
$ helm upgrade --install uptimerobot-operator uptimerobot-operator --set uptimeRobotApiKey=1234
Release "uptimerobot-operator" does not exist. Installing it now.
Error: failed to download "uptimerobot-operator" (hint: running `helm repo update` may help)
Am I doing something wrong perhaps? If there's additional information I can provide to you please let me know.
The text was updated successfully, but these errors were encountered:
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 😞
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.
The text was updated successfully, but these errors were encountered: