• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修訂decaee84d53ac3954877720ba1baa8fb4e3de0ee (tree)
時間2019-09-10 14:52:27
作者James Strachan <james.strachan@gmai...>
CommiterGitHub

Log Message

fix: disable docker registry for AWS + kops

as we use ECR

Change Summary

差異

--- a/kubeProviders/aws/values.tmpl.yaml
+++ b/kubeProviders/aws/values.tmpl.yaml
@@ -6,4 +6,7 @@ jenkins-x-platform:
66 DockerConfig: |-
77 {
88 "credsStore": "ecr-login"
9- }
\ No newline at end of file
9+ }
10+
11+docker-registry:
12+ enabled: false