File: kustomization.yaml

package info (click to toggle)
trillian 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,600 kB
  • sloc: sh: 1,181; javascript: 474; sql: 330; makefile: 39
file content (16 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - etcd-crd.yaml
  - etcd-role-binding.yaml
  - etcd-role.yaml
  - etcd-deployment.yaml
  - etcd-cluster.yaml
  - deploy-config.yaml
  - service-account.yaml
  - log-deployment.yaml
  - log-service.yaml
  - log-signer-deployment.yaml
  - log-signer-service.yaml
patchesStrategicMerge:
  - tf-patch.yaml