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 bba1109 commit a63c779Copy full SHA for a63c779
examples/managed_metric.yaml
@@ -11,5 +11,5 @@ spec:
11
interval: "1m" # in minutes
12
# Uses default DataSink (named "default" in metrics-operator-system namespace)
13
# To use a custom DataSink, uncomment and specify:
14
- dataSinkRef:
15
- name: other-datasink
+ # dataSinkRef:
+ # name: other-datasink
examples/namespace.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v1
2
kind: Namespace
3
metadata:
4
- name: co-metrics-operator
+ name: metrics-operator-system
0 commit comments