Skip to content

Commit

Permalink
[argocd] removed bases from nginx ingress kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Sep 9, 2023
1 parent 02ab363 commit 9fbf1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- ./job-patch

resources:
- webhook.yaml
- ./job-patch

commonAnnotations:
argocd.argoproj.io/hook: PreSync
4 changes: 1 addition & 3 deletions apps/networking/ingress-nginx/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- ./admission-webhooks

resources:
- cr.yaml
- crb.yaml
Expand All @@ -14,5 +11,6 @@ resources:
- svc.yaml
- role.yaml
- sa.yaml
- ./admission-webhooks

namespace: ingress

0 comments on commit 9fbf1da

Please sign in to comment.