diff --git a/clr-k8s-examples/7-rook/overlays/v0.8.3/kustomization.yaml b/clr-k8s-examples/7-rook/overlays/v0.8.3/kustomization.yaml deleted file mode 100644 index 912704e..0000000 --- a/clr-k8s-examples/7-rook/overlays/v0.8.3/kustomization.yaml +++ /dev/null @@ -1,7 +0,0 @@ -resources: - - rook/cluster/examples/kubernetes/ceph/operator.yaml - - rook/cluster/examples/kubernetes/ceph/cluster.yaml - - rook/cluster/examples/kubernetes/ceph/storageclass.yaml - -patchesStrategicMerge: - - patch_operator.yaml \ No newline at end of file diff --git a/clr-k8s-examples/7-rook/overlays/v0.8.3/patch_operator.yaml b/clr-k8s-examples/7-rook/overlays/v0.8.3/patch_operator.yaml deleted file mode 100644 index 4e949ed..0000000 --- a/clr-k8s-examples/7-rook/overlays/v0.8.3/patch_operator.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# operator -apiVersion: apps/v1 -kind: Deployment -metadata: - name: rook-ceph-operator -spec: - template: - spec: - containers: - - name: rook-ceph-operator - env: - - name: FLEXVOLUME_DIR_PATH - value: "/var/lib/kubelet/volume-plugins" \ No newline at end of file