We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ae19f commit 69cd468Copy full SHA for 69cd468
rust/operator-binary/src/superset_controller.rs
@@ -464,7 +464,7 @@ pub async fn reconcile_superset(
464
build_recommended_labels(
465
superset,
466
SUPERSET_CONTROLLER_NAME,
467
- "none",
+ &resolved_product_image.product_version,
468
&superset_role.to_string(),
469
"none",
470
),
tests/templates/kuttl/external-access/30-assert.yaml
@@ -30,3 +30,10 @@ metadata:
30
name: superset-node
31
spec:
32
type: NodePort # external-unstable
33
+---
34
+apiVersion: v1
35
+kind: Service
36
+metadata:
37
+ name: superset-node-default-metrics
38
+spec:
39
+ type: ClusterIP
0 commit comments