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 4eb672b commit f56a9a0Copy full SHA for f56a9a0
all.jsonnet
@@ -3,6 +3,9 @@ local sts = k.apps.v1.statefulSet;
3
local deployment = k.apps.v1.deployment;
4
local t = (import 'kube-thanos/thanos.libsonnet');
5
6
+// THIS IS MERELY AN EXAMPLE MEANT TO SHOW HOW TO USE ALL COMPONENTS!
7
+// Neither this example nor its manifests in examples/all/manifests/ are meant to ever be run.
8
+
9
local commonConfig = {
10
config+:: {
11
local cfg = self,
0 commit comments