Skip to content

Commit

Permalink
apply namespace as manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Kristof Gyuracz <kristof.gyuracz@gmail.com>
  • Loading branch information
kristofgyuracz committed Feb 5, 2024
1 parent 458d47e commit a9c7ab5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/demos/openobserve/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ set -euo pipefail
KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:-kind}

# Install OpenObserve
kubectl create namespace openobserve

kubectl apply -f - <<EOF
apiVersion: v1
kind: Namespace
metadata:
name: openobserve
---
apiVersion: v1
kind: Service
metadata:
name: openobserve
Expand Down

0 comments on commit a9c7ab5

Please sign in to comment.