Skip to content

Commit

Permalink
Fix watcher sample CR
Browse files Browse the repository at this point in the history
Currently it is missing the minimal `databaseInstance` field so it is
failing to deploy.

I'm also renaming it to `watcher`.
  • Loading branch information
amoralej authored and openshift-merge-bot[bot] committed Nov 29, 2024
1 parent 5f77b5f commit 0423b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/samples/watcher_v1beta1_watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ kind: Watcher
metadata:
labels:
app.kubernetes.io/name: watcher
app.kubernetes.io/instance: watcher-sample
app.kubernetes.io/instance: watcher
app.kubernetes.io/part-of: watcher-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: watcher-operator
name: watcher-sample
name: watcher
spec:
# TODO(user): Add fields here
databaseInstance: "openstack"

0 comments on commit 0423b15

Please sign in to comment.