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 9eb5fce commit c0cbe79Copy full SHA for c0cbe79
.werft/observability/monitoring-satellite.ts
@@ -63,6 +63,7 @@ export async function installMonitoringSatellite(params: InstallMonitoringSatell
63
requests: { memory: '200Mi', cpu: '50m' },
64
},
65
66
+ kubescape: {},
67
}" \
68
monitoring-satellite/manifests/yaml-generator.jsonnet | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml' -- {} && \
69
find monitoring-satellite/manifests -type f ! -name '*.yaml' ! -name '*.jsonnet' -delete`
0 commit comments