Skip to content

Commit d305d9c

Browse files
committed
fix(operator): templates and demos
1 parent 0ae3da7 commit d305d9c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

chart/templates/skyhook-crd.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}
119
spec:

examples/interrupt-wait-for-pod/scr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"
2831
spec:
2932
nodeSelectors:
3033
matchLabels:

examples/simple/scr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"
2831
spec:
2932
packages:
3033
baz:

0 commit comments

Comments
 (0)