10 lines
248 B
YAML
10 lines
248 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
resources:
|
||
|
- https://github.com/kustomhippie/etcd.git?ref=v2.0.2
|
||
|
#- https://github.com/kustomhippie/etcd.git//snapshot?ref=v2.0.2
|
||
|
|
||
|
patches:
|
||
|
- path: patches/statefulset.yaml
|