We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9282e9 commit c2ca819Copy full SHA for c2ca819
1 file changed
.github/workflows/chart-diff.yaml
@@ -60,11 +60,11 @@ jobs:
60
kubebuilder edit --plugins=helm/v2-alpha --output-dir=new_charts
61
ls -la new_charts/*
62
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
+ - name: Remove example blocks from generated CRDs
+ run: |
+ find gitops-promoter/new_charts -name "*.yaml" -type f | while read file; do
+ perl -i -0777 -pe 's/\s*Example:\s*\n\s*\{\{ "\{\{- \$baseURL.*?urlQueryEscape \$labels\)\}" \}\}//gs' "$file"
+ done
68
69
- name: Diff charts
70
run: |
0 commit comments