Skip to content

Commit fc475ea

Browse files
pmacikopenshift-merge-robot
authored andcommitted
Fix copy-paste typos in example commons. (redhat-developer#197)
1 parent 296ef8a commit fc475ea

File tree

1 file changed

+8
-28
lines changed

1 file changed

+8
-28
lines changed

examples/commons.mk

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -142,63 +142,43 @@ uninstall-backing-db-operator: uninstall-backing-db-operator-source uninstall-ba
142142

143143
# === Serverless Operator ===
144144

145-
.PHONY: install-serverless-operator-source
146-
## Install the Serverless Operator Source
147-
install-serverless-operator-source:
148-
${Q}${EC} install_postgresql_operator_source
149-
150145
.PHONY: install-serverless-operator-subscription
151146
## Install the Serverless Operator Subscription
152147
install-serverless-operator-subscription:
153-
${Q}${EC} install_postgresql_operator_subscription
148+
${Q}${EC} install_serverless_operator_subscription
154149

155150
.PHONY: install-serverless-operator
156151
## Install the Serverless Operator
157-
install-serverless-operator: install-serverless-operator-source install-serverless-operator-subscription
158-
159-
.PHONY: uninstall-serverless-operator-source
160-
## Uninstall the Serverless Operator Source
161-
uninstall-serverless-operator-source:
162-
${Q}${EC} uninstall_postgresql_operator_source
152+
install-serverless-operator: install-serverless-operator-subscription
163153

164154
.PHONY: uninstall-serverless-operator-subscription
165155
## Uninstall the Serverless Operator Subscription
166156
uninstall-serverless-operator-subscription:
167-
${Q}${EC} uninstall_postgresql_operator_subscription
157+
${Q}${EC} uninstall_serverless_operator_subscription
168158

169159
.PHONY: uninstall-serverless-operator
170160
## Uninstall the Serverless Operator
171-
uninstall-serverless-operator: uninstall-serverless-operator-source uninstall-serverless-operator-subscription
161+
uninstall-serverless-operator: uninstall-serverless-operator-subscription
172162

173163
# === Service Mesh Operator ===
174164

175-
.PHONY: install-service-mesh-operator-source
176-
## Install the Service Mesh Operator Source
177-
install-service-mesh-operator-source:
178-
${Q}${EC} install_postgresql_operator_source
179-
180165
.PHONY: install-service-mesh-operator-subscription
181166
## Install the Service Mesh Operator Subscription
182167
install-service-mesh-operator-subscription:
183-
${Q}${EC} install_postgresql_operator_subscription
168+
${Q}${EC} install_service_mesh_operator_subscription
184169

185170
.PHONY: install-service-mesh-operator
186171
## Install the Service Mesh Operator
187-
install-service-mesh-operator: install-service-mesh-operator-source install-service-mesh-operator-subscription
188-
189-
.PHONY: uninstall-service-mesh-operator-source
190-
## Uninstall the Service Mesh Operator Source
191-
uninstall-service-mesh-operator-source:
192-
${Q}${EC} uninstall_postgresql_operator_source
172+
install-service-mesh-operator: install-service-mesh-operator-subscription
193173

194174
.PHONY: uninstall-service-mesh-operator-subscription
195175
## Uninstall the Service Mesh Operator Subscription
196176
uninstall-service-mesh-operator-subscription:
197-
${Q}${EC} uninstall_postgresql_operator_subscription
177+
${Q}${EC} uninstall_service_mesh_operator_subscription
198178

199179
.PHONY: uninstall-service-mesh-operator
200180
## Uninstall the Service Mesh Operator
201-
uninstall-service-mesh-operator: uninstall-service-mesh-operator-source uninstall-service-mesh-operator-subscription
181+
uninstall-service-mesh-operator: uninstall-service-mesh-operator-subscription
202182

203183
# === Knative Serving (Serverless UI) ===
204184

0 commit comments

Comments
 (0)