Skip to content

Commit

Permalink
[feat/#5] Fix: patches to patchesStrategicMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
NayeonKeum committed Aug 28, 2023
1 parent e5f421a commit 983907e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomize/environments/develop/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../../resources
patches:
patchesStrategicMerge:
- site_values.yml
2 changes: 1 addition & 1 deletion kustomize/environments/production/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../../resources
patches:
patchesStrategicMerge:
- site_values.yml

0 comments on commit 983907e

Please sign in to comment.