Skip to content

Commit 3cebd4a

Browse files
committed
[ci] Add openstack namespace to deploy_loki_for_cloudkitty
The loki hook requires the openstack namespace to exist in order to create the s3 storage secret. If the hook is run before the openstakc namespace is create, it will fail. This addresses that issue by creating a minimal openstack namespace.
1 parent b58a496 commit 3cebd4a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ci/deploy-loki-for-ck.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
apiVersion: v1
33
kind: Namespace
4+
metadata:
5+
name: openstack
6+
---
7+
apiVersion: v1
8+
kind: Namespace
49
metadata:
510
name: openshift-operators-redhat
611
labels:

0 commit comments

Comments
 (0)