Skip to content

Commit b9a8fa9

Browse files
authored
Add sample for new OpenStack initialization resource (#1239)
This is to work around some issues in CI where not having this exist is causing some issues
1 parent 8732a5b commit b9a8fa9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: operator.openstack.org/v1beta1
2+
kind: OpenStack
3+
metadata:
4+
labels:
5+
app.kubernetes.io/name: openstack
6+
app.kubernetes.io/instance: openstack
7+
app.kubernetes.io/part-of: openstack-operator
8+
app.kubernetes.io/managed-by: kustomize
9+
app.kubernetes.io/created-by: openstack-operator
10+
name: openstack
11+
namespace: openstack-operators

0 commit comments

Comments
 (0)