2021-09-14 08:32:10 +02:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
resources:
|
2021-11-20 08:44:50 +01:00
|
|
|
- mysql.yaml
|
|
|
|
|
- postgres.yaml
|
|
|
|
|
- rabbitmq.yaml
|
|
|
|
|
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
|
2023-04-10 22:30:16 +02:00
|
|
|
- https://github.com/jetstack/cert-manager/releases/download/v1.11.0/cert-manager.yaml
|
|
|
|
|
- certificates.yaml
|
|
|
|
|
- external-secrets.yaml
|
|
|
|
|
- secrets-store.yaml
|