Skip to content

Commit

Permalink
correcting wrong template name
Browse files Browse the repository at this point in the history
  • Loading branch information
ufateh committed Jan 15, 2025
1 parent 9bb0bbf commit 2e69816
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 2e69816

Please sign in to comment.