Skip to content

Commit

Permalink
chore!: remove namespace creation from amazon-eks-identity stack
Browse files Browse the repository at this point in the history
Release-As: 2.0.0
  • Loading branch information
meysam81 committed Jan 9, 2025
1 parent 604889a commit c86be70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 3 additions & 4 deletions amazon-eks-pod-identity-webhook/base/kustomization.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resources:
- namespace.yml
- clusterissuer.yml
- certificate.yml
- clusterrole.yml
Expand All @@ -24,12 +23,12 @@ labels:
app.kubernetes.io/part-of: amazon-eks-pod-identity-webhook
app.kubernetes.io/version: v1.0.0

namespace: amazon-eks-pod-identity-webhook
namespace: kube-system

replacements:
- source:
kind: Namespace
fieldPath: metadata.name
kind: Certificate
fieldPath: metadata.namespace
targets:
- select:
kind: Certificate
Expand Down
4 changes: 0 additions & 4 deletions amazon-eks-pod-identity-webhook/base/namespace.yml

This file was deleted.

0 comments on commit c86be70

Please sign in to comment.