Skip to content

Commit

Permalink
chore(docs): update doc/config.md to reflect 3.0 changes (backport #922
Browse files Browse the repository at this point in the history
…) (#929)

* chore(docs): update doc/config.md to reflect 3.0 changes (#922)

* update examples in config to v1beta2

* fix outdated links and info

* update info

* fix storage/database typo

* reviews

* make bundle update

(cherry picked from commit 56bfead)

# Conflicts:
#	bundle/manifests/cryostat-operator.clusterserviceversion.yaml

* fixup! chore(docs): update doc/config.md to reflect 3.0 changes (#922)

---------

Co-authored-by: Ming Yu Wang <[email protected]>
Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent c17fe4c commit 67fade1
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 69 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ endif

.PHONY: undeploy
undeploy: ## Undeploy controller from the configured cluster in ~/.kube/config.
- $(CLUSTER_CLIENT) delete --ignore-not-found=$(ignore-not-found) -f config/samples/operator_v1beta1_cryostat.yaml
- $(CLUSTER_CLIENT) delete --ignore-not-found=$(ignore-not-found) -f config/samples/operator_v1beta2_cryostat.yaml
- $(KUSTOMIZE) build $(KUSTOMIZE_DIR) | $(CLUSTER_CLIENT) delete --ignore-not-found=$(ignore-not-found) -f -

.PHONY: deploy_bundle
Expand Down Expand Up @@ -550,4 +550,4 @@ create_cryostat_cr: destroy_cryostat_cr ## Create a namespaced Cryostat instance

.PHONY: destroy_cryostat_cr
destroy_cryostat_cr: ## Delete a namespaced Cryostat instance.
- $(CLUSTER_CLIENT) delete --ignore-not-found=$(ignore-not-found) -f config/samples/operator_v1beta1_cryostat.yaml
- $(CLUSTER_CLIENT) delete --ignore-not-found=$(ignore-not-found) -f config/samples/operator_v1beta2_cryostat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:3.0.1-dev
createdAt: "2024-07-31T13:59:44Z"
createdAt: "2024-08-07T21:05:35Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down
Loading

0 comments on commit 67fade1

Please sign in to comment.