Skip to content

Commit

Permalink
don't parameterize branch in blob setup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 8, 2025
1 parent 473916b commit 2169bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/blob/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
namespace: infra
git:
folder: services/blobstores
ref: {{ context.branch | default "main" }}
ref: main
repositoryRef:
kind: GitRepository
name: infra
Expand Down
2 changes: 1 addition & 1 deletion templates/blob/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
name: mgmt
namespace: infra
git:
ref: {{ context.branch | default "main" }}
ref: main
folder: terraform/modules/blob/{{ context.type }}
variables:
region: {{ context.region }}
Expand Down

0 comments on commit 2169bdf

Please sign in to comment.