Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

feat: Auto-adapt NOTES.txt to HA changes in underlying CF manifest. #1593

Merged
merged 1 commit into from
Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
to monitor continuously.

{{- if not .Values.features.eirini.enabled }}
{{- $cell_count := .Values.sizing.diego_cell.instances | default (ternary 3 1 .Values.high_availability) }}
{{- $_ := include "_config.lookupManifest" (list $ "instance_groups/name=diego-cell/instances") }}
{{- $cell_count := .Values.sizing.diego_cell.instances | default (ternary $.kubecf.retval 1 .Values.high_availability) }}
{{- $disk_size := .Values.sizing.diego_cell.ephemeral_disk.size }}
{{- if .Values.sizing.diego_cell.storage_class }}
{{- /* when using a storage class, we will reserve space for other uses. */}}
Expand Down