Skip to content

Commit

Permalink
fix: yamlint
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 18, 2023
1 parent dc6a68a commit bee7d7e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devspaces/instance/base/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: devspaces
annotations:
openshift.io/display-name: "DevSpaces Infra"
argocd.argoproj.io/sync-wave: "0"
argocd.argoproj.io/sync-wave: "0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ patches:
patch: |-
- op: add
path: /spec/mig/strategy
value: mixed
value: mixed
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ patches:
patch: |-
- op: add
path: /spec/mig/strategy
value: single
value: single
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ patches:
- name: nvidia.com/mig-3g.20gb
replicas: 3
- name: nvidia.com/mig-7g.40gb
replicas: 7
replicas: 7
2 changes: 1 addition & 1 deletion nfd/instance/base/node-feature-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ spec:
# - pciId:
# vendor: ["15b3"]
# device: ["1014", "1017"]
# loadedKMod : ["vendor_kmod1", "vendor_kmod2"]
# loadedKMod : ["vendor_kmod1", "vendor_kmod2"]

0 comments on commit bee7d7e

Please sign in to comment.