Loading deploy/kubernetes/chart/templates/thredds/hpa.yaml +1 −1 Original line number Diff line number Diff line {{- $thredds := .Values.data.thredds -}} {{- if (and .Values.data.enabled $thredds.enabled $thredds.hpa) -}} apiVersion: autoscaling/v2beta2 apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "esgf.component.fullname" (list . "thredds") }} Loading Loading
deploy/kubernetes/chart/templates/thredds/hpa.yaml +1 −1 Original line number Diff line number Diff line {{- $thredds := .Values.data.thredds -}} {{- if (and .Values.data.enabled $thredds.enabled $thredds.hpa) -}} apiVersion: autoscaling/v2beta2 apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "esgf.component.fullname" (list . "thredds") }} Loading