Skip to content

Commit

Permalink
feat(helm): add new config options for gate
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Mar 17, 2020
1 parent 5079e58 commit 5a59d9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/swingletree/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gate:
{{ $pluginId }}:
enabled: {{ $pluginConfig.enabled }}
base: "http://plugin-{{ $pluginId }}.{{ $.Release.Namespace }}:3000"
insecure: {{ $pluginConfig.insecure }}
{{- end }}
port: 3000
scotty:
Expand Down
5 changes: 5 additions & 0 deletions helm/swingletree/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,23 @@ plugins:
nebula:
enabled: true
context: gradle/nebula
insecure: false # disable authentication for this plugin endpoint
zap:
enabled: true
context: security/zap
insecure: false # disable authentication for this plugin endpoint
twistlock:
enabled: true
context: security/twistlock
insecure: false # disable authentication for this plugin endpoint
sonar:
enabled: true
context: sonarqube
insecure: false # disable authentication for this plugin endpoint
testng:
enabled: true
context: test/testng
insecure: false # disable authentication for this plugin endpoint

# ingress configuration
ingress:
Expand Down

0 comments on commit 5a59d9b

Please sign in to comment.