@@ -142,63 +142,43 @@ uninstall-backing-db-operator: uninstall-backing-db-operator-source uninstall-ba
142
142
143
143
# === Serverless Operator ===
144
144
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
-
150
145
.PHONY : install-serverless-operator-subscription
151
146
# # Install the Serverless Operator Subscription
152
147
install-serverless-operator-subscription :
153
- ${Q}${EC} install_postgresql_operator_subscription
148
+ ${Q}${EC} install_serverless_operator_subscription
154
149
155
150
.PHONY : install-serverless-operator
156
151
# # 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
163
153
164
154
.PHONY : uninstall-serverless-operator-subscription
165
155
# # Uninstall the Serverless Operator Subscription
166
156
uninstall-serverless-operator-subscription :
167
- ${Q}${EC} uninstall_postgresql_operator_subscription
157
+ ${Q}${EC} uninstall_serverless_operator_subscription
168
158
169
159
.PHONY : uninstall-serverless-operator
170
160
# # Uninstall the Serverless Operator
171
- uninstall-serverless-operator : uninstall-serverless-operator-source uninstall-serverless-operator- subscription
161
+ uninstall-serverless-operator : uninstall-serverless-operator-subscription
172
162
173
163
# === Service Mesh Operator ===
174
164
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
-
180
165
.PHONY : install-service-mesh-operator-subscription
181
166
# # Install the Service Mesh Operator Subscription
182
167
install-service-mesh-operator-subscription :
183
- ${Q}${EC} install_postgresql_operator_subscription
168
+ ${Q}${EC} install_service_mesh_operator_subscription
184
169
185
170
.PHONY : install-service-mesh-operator
186
171
# # 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
193
173
194
174
.PHONY : uninstall-service-mesh-operator-subscription
195
175
# # Uninstall the Service Mesh Operator Subscription
196
176
uninstall-service-mesh-operator-subscription :
197
- ${Q}${EC} uninstall_postgresql_operator_subscription
177
+ ${Q}${EC} uninstall_service_mesh_operator_subscription
198
178
199
179
.PHONY : uninstall-service-mesh-operator
200
180
# # 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
202
182
203
183
# === Knative Serving (Serverless UI) ===
204
184
0 commit comments