Skip to content

Commit 39bf3ef

Browse files
authored
Merge pull request #465 from mbaldessari/common-automatic-update
Default TOKEN_NAMESPACE to openshift-operators
2 parents fbdbfb8 + 9048ed8 commit 39bf3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif
4646
# Set the secret name *and* its namespace when deploying from private repositories
4747
# The format of said secret is documented here: https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#repositories
4848
TOKEN_SECRET ?=
49-
TOKEN_NAMESPACE ?=
49+
TOKEN_NAMESPACE ?= openshift-operators
5050

5151
ifeq ($(TOKEN_SECRET),)
5252
# SSH agents are not created for public repos (repos with no secret token) by the patterns operator so we convert to HTTPS

0 commit comments

Comments
 (0)