Skip to content

Commit

Permalink
add pull_policy to service completions (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
PelicanQ authored Dec 12, 2024
1 parent 03c094d commit ff78035
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ export const ServiceCompletionCollection = new CompletionCollection(
insertTextMode: InsertTextMode.adjustIndentation,
isAdvancedComposeCompletion: true,
},
{
label: 'pull_policy:',
insertText: 'pull_policy: ${1:pullPolicyName}$0',
insertTextFormat: InsertTextFormat.Snippet,
isAdvancedComposeCompletion: false,
},
{
label: 'volumes:',
insertText: 'volumes:\n\t-$0',
Expand Down

0 comments on commit ff78035

Please sign in to comment.