tekton-pipeline-example-app/kustomize/kustomization.yml

15 lines
287 B
YAML
Raw Permalink Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Kustomize will add the namespace and labels to all files being kustomized
namespace: game-2048
commonLabels:
pipeline: tekton
deploy: argocd
resources:
- service.yml
- deployment.yml
2021-12-30 13:30:32 +00:00
- ingress.yml
2021-12-30 13:33:02 +00:00
- certificate.yml