File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ metadata:
44 name : skyhooks.skyhook.nvidia.com
55 annotations :
66 controller-gen.kubebuilder.io/version : v0.15.0
7- skyhook.nvidia.com/pause : " false"
8- skyhook.nvidia.com/disable : " false"
97 labels :
108 {{- include "chart.labels" . | nindent 4 }}
119spec :
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ metadata:
2525 app.kubernetes.io/part-of : skyhook-operator
2626 app.kubernetes.io/created-by : skyhook-operator
2727 name : demo
28+ annotations :
29+ skyhook.nvidia.com/pause : " false"
30+ skyhook.nvidia.com/disable : " false"
2831spec :
2932 nodeSelectors :
3033 matchLabels :
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ metadata:
2525 app.kubernetes.io/part-of : skyhook-operator
2626 app.kubernetes.io/created-by : skyhook-operator
2727 name : demo
28+ annotations :
29+ skyhook.nvidia.com/pause : " false"
30+ skyhook.nvidia.com/disable : " false"
2831spec :
2932 packages :
3033 baz :
You can’t perform that action at this time.
0 commit comments