Skip to content

Instantly share code, notes, and snippets.

View xenolinux's full-sized avatar

Servesha Dudhgaonkar xenolinux

  • Red Hat
  • 18:37 (UTC +05:30)
View GitHub Profile
apiVersion: apps/v1
kind: Deployment
metadata:
name: rook-ceph-tools
namespace: rook-ceph
labels:
app: rook-ceph-tools
spec:
replicas: 1
selector:
#!/bin/bash
OPERATORS_NAMESPACE="openshift-operators"
LINUX_BRIDGE_NAMESPACE="linux-bridge"
set -e
# Create a subscription
cat <<EOF | oc create -f -
apiVersion: operators.coreos.com/v1alpha1