Skip to content
Snippets Groups Projects
Verified Commit 09af6729 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Add resource locker to cluster

This patch deploys the resource locker operator, that allows to force
changes onto the cluster without the need to always specify the entire
object myself. This should help to slightly adjust existing objects
instead of forcing gitops on them.
parent 64ac269e
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ resources:
- sources
- rook
- postgres
- resource-locker
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rook-ceph
resources:
- subscription.yaml
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: resource-locker-operator
namespace: resource-locker-operator
spec:
channel: alpha
name: resource-locker-operator
source: community-operators
sourceNamespace: openshift-marketplace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment