Skip to content

Commit 4cf8044

Browse files
add new lines at the end of files
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 0d3a15d commit 4cf8044

28 files changed

+30
-3
lines changed

build/assets/master/0300_clusterrole_binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ subjects:
1010
- kind: ServiceAccount
1111
name: nfd-master
1212
namespace: node-feature-discovery-operator
13-
13+

config/certmanager/certificate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ spec:
2323
kind: Issuer
2424
name: selfsigned-issuer
2525
secretName: webhook-server-cert # this secret will not be prefixed, since it's not managed by kustomize
26+

config/certmanager/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ resources:
33

44
configurations:
55
- kustomizeconfig.yaml
6+

config/certmanager/kustomizeconfig.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ varReference:
1414
- kind: Certificate
1515
group: cert-manager.io
1616
path: spec/dnsNames
17+

config/crd/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ patchesStrategicMerge:
1919
# the following config is for teaching kustomize how to do kustomization for CRDs.
2020
configurations:
2121
- kustomizeconfig.yaml
22+

config/crd/kustomizeconfig.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ namespace:
1717

1818
varReference:
1919
- path: metadata/annotations
20+

config/default/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ vars:
7272
# kind: Service
7373
# version: v1
7474
# name: webhook-service
75+

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ spec:
2424
- "--health-probe-bind-address=:8081"
2525
- "--metrics-bind-address=127.0.0.1:8080"
2626
- "--leader-elect"
27+

config/default/manager_config_patch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ spec:
1818
- name: manager-config
1919
configMap:
2020
name: manager-config
21+

config/manager/controller_manager_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ webhook:
99
leaderElection:
1010
leaderElect: true
1111
resourceName: 39f5e5c3.nodefeaturediscoveries.nfd.kubernetes.io
12+

config/manager/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ images:
1414
- name: controller
1515
newName: quay.io/eduardoarango/node-feature-discovery-operator
1616
newTag: v0.2.0-11-g5aabd286-dirty
17+

config/manager/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ spec:
6363
initialDelaySeconds: 5
6464
periodSeconds: 10
6565
terminationGracePeriodSeconds: 10
66+

config/prometheus/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
resources:
22
- monitor.yaml
3+

config/prometheus/monitor.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ spec:
1414
selector:
1515
matchLabels:
1616
control-plane: controller-manager
17+

config/rbac/auth_proxy_client_clusterrole.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ metadata:
55
rules:
66
- nonResourceURLs: ["/metrics"]
77
verbs: ["get"]
8+

config/rbac/auth_proxy_role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ rules:
1111
resources:
1212
- subjectaccessreviews
1313
verbs: ["create"]
14+

config/rbac/auth_proxy_role_binding.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ subjects:
1010
- kind: ServiceAccount
1111
name: default
1212
namespace: node-feature-discovery-operator
13+

config/rbac/auth_proxy_service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ spec:
1212
targetPort: https
1313
selector:
1414
control-plane: controller-manager
15+

config/rbac/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ resources:
1010
- auth_proxy_role.yaml
1111
- auth_proxy_role_binding.yaml
1212
- auth_proxy_client_clusterrole.yaml
13+

config/rbac/leader_election_role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ rules:
7171
- '*'
7272
verbs:
7373
- '*'
74+

config/rbac/leader_election_role_binding.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ subjects:
1010
- kind: ServiceAccount
1111
name: default
1212
namespace: node-feature-discovery-operator
13+

config/rbac/nodefeaturediscovery_editor_role.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ rules:
3636
resources:
3737
- securitycontextconstraints
3838
verbs:
39-
- '*'
39+
- '*'
40+

config/rbac/nodefeaturediscovery_viewer_role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ rules:
1818
- nodefeaturediscoveries/status
1919
verbs:
2020
- get
21+

config/rbac/role.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,5 @@ rules:
315315
- patch
316316
- update
317317
- use
318-
- watch
318+
- watch
319+

config/rbac/role_binding.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ subjects:
1010
- kind: ServiceAccount
1111
name: default
1212
namespace: node-feature-discovery-operator
13+

config/samples/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
resources:
33
- nfd.kubernetes.io_v1_nodefeaturediscovery.yaml
44
# +kubebuilder:scaffold:manifestskustomizesamples
5+

config/samples/nfd.kubernetes.io_v1_nodefeaturediscovery.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ spec:
1818
- "0200"
1919
- "03"
2020
- "12"
21+

config/scorecard/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ patchesJson6902:
1414
kind: Configuration
1515
name: config
1616
# +kubebuilder:scaffold:patchesJson6902
17+

0 commit comments

Comments
 (0)