Skip to content

Commit c7de2fa

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/chart-diff.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262
6363
- name: Remove example blocks from generated CRDs
6464
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
65+
sed -i '/Example:/,/urlQueryEscape/d' gitops-promoter/new_charts/chart/templates/crd/argocdcommitstatuses.promoter.argoproj.io.yaml
6866
6967
- name: Diff charts
7068
run: |

0 commit comments

Comments
 (0)