Skip to content

Commit 23790a5

Browse files
committed
fixing issue with clusterName in V9 Cluster spec
1 parent 6c34997 commit 23790a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/utils/k8s-domain-v9-resource-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ define(['models/wkt-project', 'utils/k8s-domain-configmap-generator', 'js-yaml',
164164
}
165165
},
166166
spec: {
167-
clusterName,
167+
clusterName: cluster.name,
168168
serverPod: getServerPodForCluster(cluster),
169169
},
170170
};

0 commit comments

Comments
 (0)