We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b0bf commit 4dd1733Copy full SHA for 4dd1733
1 file changed
charts/gitops-runtime/ci/default-values.yaml
@@ -1,4 +1,6 @@
1
global:
2
+ imagePullSecrets:
3
+ - name: dockerhub-creds
4
codefresh:
5
accountId: 63dbba4928d5fd1ef065b781 # `gitops-helm-test` Codefresh account (see "gitops-runtime-helm CI" note in 1Password)
6
userToken:
@@ -17,3 +19,7 @@ global:
17
19
url: 'https://github.com'
18
20
username: 'username'
21
password: 'dummy'
22
+
23
+internal-router:
24
25
0 commit comments