diff --git a/cost-analyzer/templates/aggregator-cloud-cost-deployment.yaml b/cost-analyzer/templates/aggregator-cloud-cost-deployment.yaml index a8461c0d2..5b1c700e0 100644 --- a/cost-analyzer/templates/aggregator-cloud-cost-deployment.yaml +++ b/cost-analyzer/templates/aggregator-cloud-cost-deployment.yaml @@ -8,7 +8,6 @@ {{- if not ( or (.Values.kubecostProductConfigs).cloudIntegrationSecret (.Values.kubecostProductConfigs).cloudIntegrationJSON ((.Values.kubecostProductConfigs).athenaBucketName)) }} {{- fail "\n\nA cloud-integration secret is required when using the aggregator statefulset and cloudCost is enabled." }} {{- end }} -{{- end }} apiVersion: apps/v1 kind: Deployment metadata: @@ -212,3 +211,4 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} {{- end }} +{{- end }}