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.
2 parents fbdbfb8 + 9048ed8 commit 39bf3efCopy full SHA for 39bf3ef
common/Makefile
@@ -46,7 +46,7 @@ endif
46
# Set the secret name *and* its namespace when deploying from private repositories
47
# The format of said secret is documented here: https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#repositories
48
TOKEN_SECRET ?=
49
-TOKEN_NAMESPACE ?=
+TOKEN_NAMESPACE ?= openshift-operators
50
51
ifeq ($(TOKEN_SECRET),)
52
# 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