Skip to content

Commit c2ca819

Browse files
committed
feat: add helm chart
Signed-off-by: emirot <emirot.nolan@gmail.com>
1 parent e9282e9 commit c2ca819

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/chart-diff.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
kubebuilder edit --plugins=helm/v2-alpha --output-dir=new_charts
6161
ls -la new_charts/*
6262
63-
# - name: Remove example blocks from generated CRDs
64-
# run: |
65-
# find gitops-promoter/new_charts -name "*.yaml" -type f | while read file; do
66-
# perl -i -0777 -pe 's/\s*Example:\s*\n\s*\{\{ "\{\{- \$baseURL.*?urlQueryEscape \$labels\)\}" \}\}//gs' "$file"
67-
# done
63+
- name: Remove example blocks from generated CRDs
64+
run: |
65+
find gitops-promoter/new_charts -name "*.yaml" -type f | while read file; do
66+
perl -i -0777 -pe 's/\s*Example:\s*\n\s*\{\{ "\{\{- \$baseURL.*?urlQueryEscape \$labels\)\}" \}\}//gs' "$file"
67+
done
6868
6969
- name: Diff charts
7070
run: |

0 commit comments

Comments
 (0)