Remove unneeded configuration

Removing use of some helm-toolkit features that are not needed.

Change-Id: Ic9e01e3669604d2329eb0b10303e1b38ac9f60fc
This commit is contained in:
Mark Burnett 2018-01-03 10:02:36 -06:00
parent 4bd3751578
commit 2215843d72
2 changed files with 0 additions and 16 deletions

View File

@ -16,9 +16,6 @@ limitations under the License.
{{- if .Values.manifests.deployment_api }} {{- if .Values.manifests.deployment_api }}
{{- $envAll := . }} {{- $envAll := . }}
{{- $dependencies := .Values.dependencies.api }}
{{- $mounts_promenade := .Values.pod.mounts.promenade_api.promenade_api }}
{{- $mounts_promenade_init := .Values.pod.mounts.promenade_api.init_container }}
--- ---
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Deployment kind: Deployment
@ -57,11 +54,9 @@ spec:
mountPath: /etc/promenade/api-paste.ini mountPath: /etc/promenade/api-paste.ini
subPath: api-paste.ini subPath: api-paste.ini
readOnly: true readOnly: true
{{ if $mounts_promenade.volumeMounts }}{{ toYaml $mounts_promenade.volumeMounts | indent 12 }}{{ end }}
volumes: volumes:
- name: promenade-etc - name: promenade-etc
configMap: configMap:
name: promenade-etc name: promenade-etc
defaultMode: 0444 defaultMode: 0444
{{ if $mounts_promenade.volumes }}{{ toYaml $mounts_promenade.volumes | indent 8 }}{{ end }}
{{- end }} {{- end }}

View File

@ -70,13 +70,6 @@ dependencies:
services: services:
- service: identity - service: identity
endpoint: internal endpoint: internal
api:
jobs:
- promenade-ks-service
- promenade-ks-user
services:
- service: identity
endpoint: internal
secrets: secrets:
identity: identity:
@ -133,10 +126,6 @@ endpoints:
default: null default: null
pod: pod:
mounts:
promenade_api:
init_container: null
promenade_api:
affinity: affinity:
anti: anti:
type: type: