@@ -189,20 +189,20 @@ This can be done using `kubectl replace`.
189189
190190[source,shell]
191191----
192- kubectl replace -f https://raw.githubusercontent.com/stackabletech/airflow-operator/YY.M.X/deploy/helm/airflow-operator/crds /crds.yaml
193- kubectl replace -f https://raw.githubusercontent.com/stackabletech/commons-operator/YY.M.X/deploy/helm/commons-operator/crds /crds.yaml
194- kubectl replace -f https://raw.githubusercontent.com/stackabletech/druid-operator/YY.M.X/deploy/helm/druid-operator/crds /crds.yaml
195- kubectl replace -f https://raw.githubusercontent.com/stackabletech/hbase-operator/YY.M.X/deploy/helm/hbase-operator/crds /crds.yaml
196- kubectl replace -f https://raw.githubusercontent.com/stackabletech/hdfs-operator/YY.M.X/deploy/helm/hdfs-operator/crds /crds.yaml
197- kubectl replace -f https://raw.githubusercontent.com/stackabletech/hive-operator/YY.M.X/deploy/helm/hive-operator/crds /crds.yaml
198- kubectl replace -f https://raw.githubusercontent.com/stackabletech/kafka-operator/YY.M.X/deploy/helm/kafka-operator/crds /crds.yaml
199- kubectl replace -f https://raw.githubusercontent.com/stackabletech/listener-operator/YY.M.X/deploy/helm/listener-operator/crds /crds.yaml
200- kubectl replace -f https://raw.githubusercontent.com/stackabletech/nifi-operator/YY.M.X/deploy/helm/nifi-operator/crds /crds.yaml
201- kubectl replace -f https://raw.githubusercontent.com/stackabletech/opa-operator/YY.M.X/deploy/helm/opa-operator/crds /crds.yaml
202- kubectl replace -f https://raw.githubusercontent.com/stackabletech/spark-k8s-operator/YY.M.X/deploy/helm/spark-k8s-operator/crds /crds.yaml
203- kubectl replace -f https://raw.githubusercontent.com/stackabletech/superset-operator/YY.M.X/deploy/helm/superset-operator/crds /crds.yaml
204- kubectl replace -f https://raw.githubusercontent.com/stackabletech/trino-operator/YY.M.X/deploy/helm/trino-operator/crds /crds.yaml
205- kubectl replace -f https://raw.githubusercontent.com/stackabletech/zookeeper-operator/YY.M.X/deploy/helm/zookeeper-operator/crds /crds.yaml
192+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/airflow-operator/YY.M.X/extra /crds.yaml
193+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/commons-operator/YY.M.X/extra /crds.yaml
194+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/druid-operator/YY.M.X/extra /crds.yaml
195+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/hbase-operator/YY.M.X/extra /crds.yaml
196+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/hdfs-operator/YY.M.X/extra /crds.yaml
197+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/hive-operator/YY.M.X/extra /crds.yaml
198+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/kafka-operator/YY.M.X/extra /crds.yaml
199+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/listener-operator/YY.M.X/extra /crds.yaml
200+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/nifi-operator/YY.M.X/extra /crds.yaml
201+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/opa-operator/YY.M.X/extra /crds.yaml
202+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/spark-k8s-operator/YY.M.X/extra /crds.yaml
203+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/superset-operator/YY.M.X/extra /crds.yaml
204+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/trino-operator/YY.M.X/extra /crds.yaml
205+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/zookeeper-operator/YY.M.X/extra /crds.yaml
206206----
207207
208208[source]
@@ -244,20 +244,20 @@ This can be done using `kubectl replace`.
244244
245245[source,shell]
246246----
247- kubectl replace -f https://raw.githubusercontent.com/stackabletech/airflow-operator/YY.M.X/deploy/helm/airflow-operator/crds /crds.yaml
248- kubectl replace -f https://raw.githubusercontent.com/stackabletech/commons-operator/YY.M.X/deploy/helm/commons-operator/crds /crds.yaml
249- kubectl replace -f https://raw.githubusercontent.com/stackabletech/druid-operator/YY.M.X/deploy/helm/druid-operator/crds /crds.yaml
250- kubectl replace -f https://raw.githubusercontent.com/stackabletech/hbase-operator/YY.M.X/deploy/helm/hbase-operator/crds /crds.yaml
251- kubectl replace -f https://raw.githubusercontent.com/stackabletech/hdfs-operator/YY.M.X/deploy/helm/hdfs-operator/crds /crds.yaml
252- kubectl replace -f https://raw.githubusercontent.com/stackabletech/hive-operator/YY.M.X/deploy/helm/hive-operator/crds /crds.yaml
253- kubectl replace -f https://raw.githubusercontent.com/stackabletech/kafka-operator/YY.M.X/deploy/helm/kafka-operator/crds /crds.yaml
254- kubectl replace -f https://raw.githubusercontent.com/stackabletech/listener-operator/YY.M.X/deploy/helm/listener-operator/crds /crds.yaml
255- kubectl replace -f https://raw.githubusercontent.com/stackabletech/nifi-operator/YY.M.X/deploy/helm/nifi-operator/crds /crds.yaml
256- kubectl replace -f https://raw.githubusercontent.com/stackabletech/opa-operator/YY.M.X/deploy/helm/opa-operator/crds /crds.yaml
257- kubectl replace -f https://raw.githubusercontent.com/stackabletech/spark-k8s-operator/YY.M.X/deploy/helm/spark-k8s-operator/crds /crds.yaml
258- kubectl replace -f https://raw.githubusercontent.com/stackabletech/superset-operator/YY.M.X/deploy/helm/superset-operator/crds /crds.yaml
259- kubectl replace -f https://raw.githubusercontent.com/stackabletech/trino-operator/YY.M.X/deploy/helm/trino-operator/crds /crds.yaml
260- kubectl replace -f https://raw.githubusercontent.com/stackabletech/zookeeper-operator/YY.M.X/deploy/helm/zookeeper-operator/crds /crds.yaml
247+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/airflow-operator/YY.M.X/extra /crds.yaml
248+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/commons-operator/YY.M.X/extra /crds.yaml
249+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/druid-operator/YY.M.X/extra /crds.yaml
250+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/hbase-operator/YY.M.X/extra /crds.yaml
251+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/hdfs-operator/YY.M.X/extra /crds.yaml
252+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/hive-operator/YY.M.X/extra /crds.yaml
253+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/kafka-operator/YY.M.X/extra /crds.yaml
254+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/listener-operator/YY.M.X/extra /crds.yaml
255+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/nifi-operator/YY.M.X/extra /crds.yaml
256+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/opa-operator/YY.M.X/extra /crds.yaml
257+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/spark-k8s-operator/YY.M.X/extra /crds.yaml
258+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/superset-operator/YY.M.X/extra /crds.yaml
259+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/trino-operator/YY.M.X/extra /crds.yaml
260+ kubectl replace -f https://raw.githubusercontent.com/stackabletech/zookeeper-operator/YY.M.X/extra /crds.yaml
261261----
262262
263263[source]
0 commit comments