Skip to content

Commit f615829

Browse files
Run pre-commit
1 parent 38e6492 commit f615829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/helm/opa-operator/templates/roles-opa-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: {{ .Release.Name }}-opa-bundle-builder-clusterrole
55
# This role is used for the OPA bundle builder.
66
# It needs to read ConfigMaps and watch ConfigMaps for changes,
7-
# because the Rego rules that are used to build the bundles are
7+
# because the Rego rules that are used to build the bundles are
88
# stored in the ConfigMaps.
99
rules:
1010
- apiGroups:

tests/templates/kuttl/logging/test_log_aggregation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ then
88
exit 1;
99
fi
1010

11-
echo "Test successful!";
11+
echo "Test successful!";

0 commit comments

Comments
 (0)