Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #875 from dexhorthy/etnmts
Browse files Browse the repository at this point in the history
finish fixing consul integration test
  • Loading branch information
dexhorthy authored Mar 20, 2019
2 parents 7b77fb2 + 2a3b32f commit 835c04d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
template:
metadata:
labels:
chart: consul-3.6.0
chart: consul-3.5.3
component: ship-consul
heritage: Tiller
release: ship
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
template:
metadata:
labels:
chart: consul-3.6.0
chart: consul-3.5.3
component: ship-consul
heritage: Tiller
release: ship
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: consul
home: https://github.com/hashicorp/consul
version: 3.6.0
version: 3.5.3
appVersion: 1.0.0
description: Highly available and distributed service discovery and key-value store
designed with support for the modern data center to make distributed systems and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
{{- range .Values.ConsulConfig }}
-config-dir /etc/consul/userconfig/{{ .name }} \
{{- end}}
{{- if .Values.ui.enabled }}
{{- if .Values.uiService.enabled }}
-ui \
{{- end }}
{{- if .Values.DisableHostNodeId }}
Expand Down

0 comments on commit 835c04d

Please sign in to comment.