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 }}
{{- $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
kind: Deployment
@ -57,11 +54,9 @@ spec:
mountPath: /etc/promenade/api-paste.ini
subPath: api-paste.ini
readOnly: true
{{ if $mounts_promenade.volumeMounts }}{{ toYaml $mounts_promenade.volumeMounts | indent 12 }}{{ end }}
volumes:
- name: promenade-etc
configMap:
name: promenade-etc
defaultMode: 0444
{{ if $mounts_promenade.volumes }}{{ toYaml $mounts_promenade.volumes | indent 8 }}{{ end }}
{{- end }}

View File

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