Skip to content

Commit 973b96e

Browse files
feat: add imagePullSecrets to CI
1 parent c9bc07e commit 973b96e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

charts/gitops-runtime/ci/default-values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
global:
2+
imagePullSecrets:
3+
- name: dockerhub-creds
24
codefresh:
35
accountId: 63dbba4928d5fd1ef065b781 # `gitops-helm-test` Codefresh account (see "gitops-runtime-helm CI" note in 1Password)
46
userToken:
@@ -17,3 +19,7 @@ global:
1719
url: 'https://github.com'
1820
username: 'username'
1921
password: 'dummy'
22+
23+
internal-router:
24+
imagePullSecrets:
25+
- name: dockerhub-creds

0 commit comments

Comments
 (0)