Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions platform/argocd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
namespace: argocd
resources:
- ./namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/install.yaml
- ./namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/install.yaml

# NOTE: patchesStrategicMerge is deprecated but still works. Converting to the suggested
# patches: { file: ./config.yaml } syntax results in a validation error.
patchesStrategicMerge:
- ./config.yaml

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
patches:
- path: ./config.yaml