Skip to content

Commit

Permalink
acm templatize
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Oct 29, 2024
1 parent ea4406e commit 86af370
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions acm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.mk
7 changes: 3 additions & 4 deletions acm/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
SHELL = /bin/bash

AKSCONFIG ?= mgmt-cluster
CONFIG_PROFILE ?= dev
include ../dev-infrastructure/configurations/$(CONFIG_PROFILE).mk
DEPLOY_ENV ?= personal-dev
$(shell ../templatize.sh $(DEPLOY_ENV) config.tmpl.mk config.mk)
include config.mk

MCE_OPERATOR_BUNDLE_IMAGE ?= quay.io/acm-d/mce-operator-bundle:v2.7.0-110
REGISTRY ?= ${ARO_HCP_IMAGE_ACR}.azurecr.io/acm-d-mce
Expand Down
1 change: 1 addition & 0 deletions acm/config.tmpl.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ARO_HCP_IMAGE_ACR ?= {{ .acrName }}

0 comments on commit 86af370

Please sign in to comment.