From 2169bdfbdc1f5c7a5e9d7475e817cc3f64c5d1e2 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Wed, 8 Jan 2025 17:19:06 -0500 Subject: [PATCH] don't parameterize branch in blob setup --- templates/blob/service.yaml | 2 +- templates/blob/stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blob/service.yaml b/templates/blob/service.yaml index dd2d898..b2c5046 100644 --- a/templates/blob/service.yaml +++ b/templates/blob/service.yaml @@ -7,7 +7,7 @@ spec: namespace: infra git: folder: services/blobstores - ref: {{ context.branch | default "main" }} + ref: main repositoryRef: kind: GitRepository name: infra diff --git a/templates/blob/stack.yaml b/templates/blob/stack.yaml index 9d796db..ebf8a30 100644 --- a/templates/blob/stack.yaml +++ b/templates/blob/stack.yaml @@ -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 }}