From 4c2b23606f1a8a13e908b6afc40203b0045de544 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Thu, 8 Feb 2024 20:20:10 -0500 Subject: [PATCH] Revert "core -api" This reverts commit d7be7b1a6141cecf0b61e9d9759dcef33ab4888e. --- charts/core-api/templates/serviceaccount.yaml | 4 ++-- dev/{config => .config}/config.json | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename dev/{config => .config}/config.json (100%) diff --git a/charts/core-api/templates/serviceaccount.yaml b/charts/core-api/templates/serviceaccount.yaml index e037ccc..777195b 100644 --- a/charts/core-api/templates/serviceaccount.yaml +++ b/charts/core-api/templates/serviceaccount.yaml @@ -2,9 +2,9 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ .Values.serviceAccount.name }} + name: {{ include "core-api.serviceAccountName" . }} labels: - {{- include "search.labels" . | nindent 4 }} + {{- include "core-api.labels" . | nindent 4 }} {{- with .Values.serviceAccount.annotations }} annotations: {{- toYaml . | nindent 4 }} diff --git a/dev/config/config.json b/dev/.config/config.json similarity index 100% rename from dev/config/config.json rename to dev/.config/config.json