• 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

修訂f5a6ff1e4d03a210e814fbd606c39483976fbe8c (tree)
時間2019-07-19 03:48:50
作者James Rawlings <rawlingsj80@gmai...>
CommiterGitHub

Log Message

Merge pull request #12 from jenkins-x/cagiti-patch-2

fix: update rbac value to be the correct type

Change Summary

差異

--- a/env/external-dns/values.tmpl.yaml
+++ b/env/external-dns/values.tmpl.yaml
@@ -5,6 +5,6 @@ provider: google
55 google:
66 serviceAccountSecret: external-dns-gcp-sa
77 rbac:
8- create: "true"
8+ create: true
99 domainFilters:
10-- "{{ .Requirements.ingress.domain }}"
\ No newline at end of file
10+- "{{ .Requirements.ingress.domain }}"