Skip to content

Commit 088bd27

Browse files
author
Martin Jackson
committed
Don't hardcode SECRET_NAME here
1 parent b77ff28 commit 088bd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TARGET_BRANCH=$(shell git branch --show-current)
1111
# it needs to be datacenter because that's where the CI components run.
1212
# SECRET_NAME: The name of the secret to manage
1313
argosecret:
14-
PATTERN="$(PATTERN)" TARGET_NAMESPACE="$(TARGET_NAMESPACE)" COMPONENT="$(COMPONENT)" SECRET_NAME='argocd-env' common/secret.sh
14+
PATTERN="$(PATTERN)" TARGET_NAMESPACE="$(TARGET_NAMESPACE)" COMPONENT="$(COMPONENT)" SECRET_NAME="$(SECRET_NAME)" common/secret.sh
1515

1616
# Makefiles in the individual patterns should call these targets explicitly
1717
# e.g. from industrial-edge: make -f common/Makefile show

0 commit comments

Comments
 (0)