Skip to content

Commit

Permalink
Merge pull request #237 from stakater/template-doc-fix
Browse files Browse the repository at this point in the history
correcting wrong template name
  • Loading branch information
rasheedamir authored Jan 15, 2025
2 parents 9bb0bbf + 2e69816 commit 25f9163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/how-to-guides/deploying-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kind: TemplateGroupInstance
metadata:
name: docker-secret-group-instance
spec:
template: docker-pull-secret
template: docker-secret
selector:
matchLabels:
kind: build
Expand Down Expand Up @@ -66,7 +66,7 @@ kind: TemplateGroupInstance
metadata:
name: docker-secret-group-instance
spec:
template: docker-pull-secret
template: docker-secret
selector:
matchExpressions:
- key: stakater.com/tenant
Expand All @@ -87,7 +87,7 @@ kind: TemplateGroupInstance
metadata:
name: docker-secret-group-instance
spec:
template: docker-pull-secret
template: docker-secret
selector:
matchExpressions:
- key: stakater.com/tenant
Expand Down

0 comments on commit 25f9163

Please sign in to comment.