Skip to content

Commit f004099

Browse files
chore: some minor improvements (opendatahub-io#64)
1 parent f0021a3 commit f004099

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.tekton/cluster-validation-ocp-4.19.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ metadata:
1414
!file.startsWith('.github/') &&
1515
!file.startsWith('charts/') &&
1616
!file.startsWith('scripts/') &&
17+
!file.startsWith('docs/') &&
1718
file != '.gitignore' &&
1819
file != '.kube-linter.yaml' &&
1920
file != '.yamllint.yaml' &&

.tekton/cluster-validation-ocp-4.20.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ metadata:
1515
# !file.startsWith('.github/') &&
1616
# !file.startsWith('charts/') &&
1717
# !file.startsWith('scripts/') &&
18+
# !file.startsWith('docs/') &&
1819
# file != '.gitignore' &&
1920
# file != '.kube-linter.yaml' &&
2021
# file != '.yamllint.yaml' &&

charts/rhai-on-openshift-chart/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- $operatorType := .Values.operator.type }}
22

3-
🎉 {{ $operatorType | upper }} Chart installed successfully!
3+
{{ $operatorType | upper }} Chart installed successfully!
44

55
=== Installation Summary ===
66

0 commit comments

Comments
 (0)