15 lines
278 B
YAML
15 lines
278 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- nowchess-rollouts.yaml
|
|
- nowchess-services.yaml
|
|
- nowchess-env-config.yaml
|
|
- nowchess-hpa.yaml
|
|
|
|
configurations:
|
|
- rollout-transform.yaml
|
|
|
|
openapi:
|
|
path: argo_all_k8s_kustomize_schema.json
|