From 6a39652a95c613da2dca5ab88162cdb98c3c1875 Mon Sep 17 00:00:00 2001 From: Leonardo Luz Almeida Date: Thu, 10 Oct 2024 15:23:16 -0400 Subject: [PATCH] fix: remove kustomize prefix from k8s resources (#38) Signed-off-by: Leonardo Luz Almeida --- config/default/kustomization.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index fb68064..571797c 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -4,19 +4,6 @@ kind: Kustomization # Adds namespace to all resources. namespace: argocd-ephemeral-access -# Value of this field is prepended to the -# names of all resources, e.g. a deployment named -# "wordpress" becomes "alices-wordpress". -# Note that it should also match with the prefix (text before '-') of the namespace -# field above. -namePrefix: argocd-ephemeral-access- - -# Labels to add to all resources and selectors. -#labels: -#- includeSelectors: true -# pairs: -# someName: someValue - resources: - ../crd - ../rbac