Skip to content

Commit

Permalink
FIX: relabel placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
agdev committed Dec 18, 2024
1 parent 4b65953 commit 9d81567
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions snippets/argoproj.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,24 +155,24 @@
" - <Generator-Type>",
" template:",
" metadata:",
" name: $2",
" name: $3",
" spec:",
" project: $3",
" project: $4",
" source:",
" repoURL: $4",
" targetRevision: ${5:HEAD}",
" path: $6",
" repoURL: $5",
" targetRevision: ${6:HEAD}",
" path: $7",
" destination:",
" server: ${7:https://kubernetes.default.svc}",
" namespace: $8",
" server: ${8:https://kubernetes.default.svc}",
" namespace: $9",
" syncPolicy:",
" automated:",
" prune: true",
" selfHeal: true",
" syncOptions:",
" - Validate=false",
" templatePatch: |",
" $9"
" $10"

]
}
Expand Down

0 comments on commit 9d81567

Please sign in to comment.