Skip to content

Commit 69cd468

Browse files
committed
add version, extend assert
1 parent 29ae19f commit 69cd468

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

rust/operator-binary/src/superset_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ pub async fn reconcile_superset(
464464
build_recommended_labels(
465465
superset,
466466
SUPERSET_CONTROLLER_NAME,
467-
"none",
467+
&resolved_product_image.product_version,
468468
&superset_role.to_string(),
469469
"none",
470470
),

tests/templates/kuttl/external-access/30-assert.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ metadata:
3030
name: superset-node
3131
spec:
3232
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

Comments
 (0)