From 05024bde5a5613536af66202dfd174572658c1d2 Mon Sep 17 00:00:00 2001 From: sd109 Date: Fri, 9 Aug 2024 10:40:42 +0100 Subject: [PATCH] Update comment --- danswer-azimuth/templates/hooks.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/danswer-azimuth/templates/hooks.yml b/danswer-azimuth/templates/hooks.yml index 9b46717..00a7b5c 100644 --- a/danswer-azimuth/templates/hooks.yml +++ b/danswer-azimuth/templates/hooks.yml @@ -65,9 +65,7 @@ spec: - pvc - --all restartPolicy: Never - # TODO: Is there a better service account to use with profile delete permissions? - # It seems that kubeflow-namespaced SAs can't reach the kube-api-server and - # other SAs in default/kube-system NS can't delete profile resources + # TODO: Create a separate service account serviceAccountName: default --- # Until https://github.com/unoplat/vespa-helm-charts/pull/23 @@ -98,7 +96,5 @@ spec: - -p - {{ printf "{'spec':{'template':{'metadata':{'labels':{'app.kubernetes.io/instance':'%s'}}}}}" .Release.Name | replace "'" "\"" | squote }} restartPolicy: Never - # TODO: Is there a better service account to use with profile delete permissions? - # It seems that kubeflow-namespaced SAs can't reach the kube-api-server and - # other SAs in default/kube-system NS can't delete profile resources + # TODO: Create a separate service account serviceAccountName: default