Skip to content

Commit 4d23873

Browse files
committed
fix: yamllint errors
Signed-off-by: Chris Butler <[email protected]>
1 parent c15823e commit 4d23873

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.ansible-lint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Vim filetype=yaml
22
---
33
offline: false
4-
#requirements: ansible/execution_environment/requirements.yml
54

65
exclude_paths:
76
- .cache/

values-group-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
global:
22
options:
3-
useCSV: False
3+
useCSV: false
44
syncPolicy: Automatic
55
installPlanApproval: Automatic
66
clusterGroup:

values-hub.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clusterGroup:
1212
name: advanced-cluster-management
1313
namespace: open-cluster-management
1414
channel: release-2.11
15-
#csv: advanced-cluster-management.v2.6.1
15+
# csv: advanced-cluster-management.v2.6.1
1616
projects:
1717
- hub
1818
- config-demo
@@ -99,7 +99,7 @@ clusterGroup:
9999
# credentials and OCP pull secrets are defined in Vault.
100100
# See values-secret.yaml.template
101101
#
102-
#clusterPools:
102+
# clusterPools:
103103
# exampleAWSPool:
104104
# name: aws-ap
105105
# openshiftVersion: 4.10.18

0 commit comments

Comments
 (0)