mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-03 02:54:41 +08:00
15 lines
171 B
Go
15 lines
171 B
Go
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../base
|
|
- configmap.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- deployment.yaml
|
|
|
|
namespace: default
|
|
|
|
|
|
|