Skip to content

Commit

Permalink
chore: change kustomize bases to resources (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Sep 18, 2023
1 parent a55e4e8 commit 14aeabf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace: argocd
bases:
resources:
- https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.1.1/manifests/install.yaml
patchesStrategicMerge:
- https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.1.1/catalog/install.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bases:
resources:
- ../../base
patchesStrategicMerge:
- argocd-notifications-secret.yaml
Expand Down
2 changes: 1 addition & 1 deletion contents/autoscaler/ca/aws/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commonLabels:
app: cluster-autoscaler

bases:
resources:
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml

patches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
namespace: kustomize-dev
bases:
resources:
- ../../base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace: kustomize-prod
bases:
resources:
- ../../base
patches:
- deployment.yaml
Expand Down

0 comments on commit 14aeabf

Please sign in to comment.