Skip to content

Commit 9d52c48

Browse files
committed
Fix linting errors
1 parent 06b2029 commit 9d52c48

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

telco-core/configuration/reference-crs/optional/networking/firewall/node-disruption-policy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# If you aren't currently defining any nodeDisruptionPolicies, apply this file directly:
1111
# oc patch machineconfiguration cluster --type=merge --patch-file=node-disruption-policy.yaml
1212
# Otherwise, manually add these entries to .spec.nodeDisruptionPolicy.units and .spec.nodeDisruptionPolicy.files.
13+
---
1314
apiVersion: operator.openshift.io/v1
1415
kind: MachineConfiguration
1516
metadata:

telco-core/install/extra-manifests/Network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
spec:
88
defaultNetwork:
99
ovnKubernetesConfig:
10-
mtu: 8900 # The cluster MTU must be set lower than machine network MTU. Optional features like encryption may require further lowering the MTU. See the documentation for details: https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/advanced_networking/changing-cluster-network-mtu
10+
mtu: 8900 # The cluster MTU must be set lower than machine network MTU. Optional features like encryption may require further lowering the MTU. See the documentation for details: https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/advanced_networking/changing-cluster-network-mtu

telco-hub/install/openshift/openshift/Network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
spec:
88
defaultNetwork:
99
ovnKubernetesConfig:
10-
mtu: 8900 # The cluster MTU must be set lower than machine network MTU. Optional features like encryption may require further lowering the MTU. See the documentation for details: https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/advanced_networking/changing-cluster-network-mtu
10+
mtu: 8900 # The cluster MTU must be set lower than machine network MTU. Optional features like encryption may require further lowering the MTU. See the documentation for details: https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/advanced_networking/changing-cluster-network-mtu

0 commit comments

Comments
 (0)