16 lines
304 B
YAML
16 lines
304 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../base
|
|
- secret-credentials.enc.yaml
|
|
patches:
|
|
- path: deployment.yaml
|
|
target:
|
|
kind: Deployment
|
|
- path: cluster.yaml
|
|
target:
|
|
kind: Cluster
|
|
- path: http-route.yaml
|
|
target:
|
|
kind: HTTPRoute
|