Skip to content

Commit 9cab7bf

Browse files
authored
Fixes ide-metrics network policy (#292)
1 parent dea18bd commit 9cab7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod/gitpod.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ function(params) {
457457
apiVersion: 'networking.k8s.io/v1',
458458
kind: 'NetworkPolicy',
459459
metadata: {
460-
name: 'image-builder-allow-kube-prometheus',
460+
name: 'ide-metrics-allow-kube-prometheus',
461461
namespace: $._config.gitpodNamespace,
462462
labels: $._config.commonLabels,
463463
},

0 commit comments

Comments
 (0)