Skip to content

Commit

Permalink
fix: remove kustomize prefix from k8s resources (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
leoluz authored Oct 10, 2024
1 parent 1ce2e5f commit 6a39652
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a39652

Please sign in to comment.