Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions examples/commons.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ help: ## Credit: https://gist.github.com/prwhite/8168133#gistcomment-2749866

## -- Common Cluster Admin Targets --

# === Service Bidining Operator ===
## --- Service Binding Operator ---

.PHONY: install-service-binding-operator-source
## Install the Service Binding Operator Source
Expand Down Expand Up @@ -110,7 +110,7 @@ uninstall-service-binding-operator-subscription:
## Uninstall the Service Binding Operator
uninstall-service-binding-operator: uninstall-service-binding-operator-source uninstall-service-binding-operator-subscription

# === Backing Service DB (PostgreSQL) Operator ===
## --- Backing Service DB (PostgreSQL) Operator ---

.PHONY: install-backing-db-operator-source
## Install the Backing Service DB Operator Source
Expand Down Expand Up @@ -140,7 +140,7 @@ uninstall-backing-db-operator-subscription:
## Uninstall the Backing Service DB Operator
uninstall-backing-db-operator: uninstall-backing-db-operator-source uninstall-backing-db-operator-subscription

# === Serverless Operator ===
## --- Serverless Operator ---

.PHONY: install-serverless-operator-subscription
## Install the Serverless Operator Subscription
Expand All @@ -160,7 +160,7 @@ uninstall-serverless-operator-subscription:
## Uninstall the Serverless Operator
uninstall-serverless-operator: uninstall-serverless-operator-subscription

# === Service Mesh Operator ===
## --- Service Mesh Operator ---

.PHONY: install-service-mesh-operator-subscription
## Install the Service Mesh Operator Subscription
Expand All @@ -180,7 +180,7 @@ uninstall-service-mesh-operator-subscription:
## Uninstall the Service Mesh Operator
uninstall-service-mesh-operator: uninstall-service-mesh-operator-subscription

# === Knative Serving (Serverless UI) ===
## --- Knative Serving (Serverless UI)

.PHONY: install-knative-serving
## Install Knative Serving
Expand Down