We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088bd27 commit cbee5dcCopy full SHA for cbee5dc
Makefile
@@ -11,7 +11,7 @@ TARGET_BRANCH=$(shell git branch --show-current)
11
# it needs to be datacenter because that's where the CI components run.
12
# SECRET_NAME: The name of the secret to manage
13
argosecret:
14
- PATTERN="$(PATTERN)" TARGET_NAMESPACE="$(TARGET_NAMESPACE)" COMPONENT="$(COMPONENT)" SECRET_NAME="$(SECRET_NAME)" common/secret.sh
+ PATTERN="$(PATTERN)" TARGET_NAMESPACE="$(TARGET_NAMESPACE)" COMPONENT="$(COMPONENT)" SECRET_NAME="$(SECRET_NAME)" common/scripts/secret.sh
15
16
# Makefiles in the individual patterns should call these targets explicitly
17
# e.g. from industrial-edge: make -f common/Makefile show
secret.sh renamed to scripts/secret.sh
0 commit comments