Skip to content

Commit

Permalink
Merge pull request #332 from larsks/fix/remove-patchesstrategicmerge
Browse files Browse the repository at this point in the history
Remove deprecated syntax
  • Loading branch information
schwesig authored Dec 5, 2023
2 parents 9251d3b + 69f9828 commit 6cd469c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions acct-mgt/overlays/nerc-ocp-prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace: acct-mgt
resources:
- ../../base
- externalsecret.yaml
patchesStrategicMerge:
- patches/configmap_patch.yaml
- patches/deployment_patch.yaml
patches:
- path: patches/configmap_patch.yaml
- path: patches/deployment_patch.yaml
4 changes: 2 additions & 2 deletions dex/overlays/nerc-ocp-infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ namespace: dex
resources:
- ../../base
- configmaps
patchesStrategicMerge:
- externalsecrets/dex-clients_patch.yaml
patches:
- path: externalsecrets/dex-clients_patch.yaml
4 changes: 2 additions & 2 deletions logging/overlays/nerc-ocp-infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ kind: Kustomization
resources:
- ../../base

patchesStrategicMerge:
- externalsecrets/openshift-logging-lokistack-gateway-bearer-token_patch.yaml
patches:
- path: externalsecrets/openshift-logging-lokistack-gateway-bearer-token_patch.yaml
6 changes: 3 additions & 3 deletions logging/overlays/nerc-ocp-prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ kind: Kustomization
resources:
- ../../base

patchesStrategicMerge:
- externalsecrets/openshift-logging-lokistack-gateway-bearer-token_patch.yaml
- clusterlogforwarders/instance_patch.yaml
patches:
- path: externalsecrets/openshift-logging-lokistack-gateway-bearer-token_patch.yaml
- path: clusterlogforwarders/instance_patch.yaml
4 changes: 2 additions & 2 deletions loki/overlays/nerc-ocp-infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ kind: Kustomization
resources:
- ../../base

patchesStrategicMerge:
- externalsecrets/loki-thanos-object-storage_patch.yaml
patches:
- path: externalsecrets/loki-thanos-object-storage_patch.yaml

0 comments on commit 6cd469c

Please sign in to comment.