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 264b47a commit a9d84fcCopy full SHA for a9d84fc
.werft/observability/monitoring-satellite.ts
@@ -116,5 +116,9 @@ export class MonitoringSatelliteInstaller {
116
werft.failSlice(sliceName, err)
117
return
118
}
119
+
120
+ // The grafana YAML files we're importing have nodeSelector tied to a nodepool that don't exist in previews
121
+ // We're hot-patching the removal os such nodeSelector to make sure Grafana starts
122
+ exec(`kubectl patch deployments.apps -n monitoring-satellite grafana --type=json -p="[{'op': 'remove', 'path': '/spec/template/spec/nodeSelector'}]"`)
123
124
0 commit comments