Skip to content

Commit

Permalink
Add sample for new OpenStack initialization resource (#1239)
Browse files Browse the repository at this point in the history
This is to work around some issues in CI where
not having this exist is causing some issues
  • Loading branch information
dprince authored Dec 20, 2024
1 parent 8732a5b commit b9a8fa9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/samples/operator_v1beta1_openstack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: operator.openstack.org/v1beta1
kind: OpenStack
metadata:
labels:
app.kubernetes.io/name: openstack
app.kubernetes.io/instance: openstack
app.kubernetes.io/part-of: openstack-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: openstack-operator
name: openstack
namespace: openstack-operators

0 comments on commit b9a8fa9

Please sign in to comment.