Kustomize
https://gyazo.com/258c078a5b25fa4b79dacb652291cd73
base マニフェストに patch を当てる。
fields
transformers
generators
meta
helm chart を管理できる
Samples
code: kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# https
- github.com/argoproj/argo-cd/manifests/cluster-install
# ssh
- git@github.com:github.com/argoproj/argo-cd.git/manifests/crds?ref=v1.1.2
git config に以下の設定がされていると、上記より優先される
code: (bash)
Reference