mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
19 lines
No EOL
437 B
YAML
19 lines
No EOL
437 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: local-path-storage
|
|
namespace: argocd
|
|
spec:
|
|
project: system
|
|
source:
|
|
repoURL: "https://github.com/gensokyo-zone/infrastructure"
|
|
path: k8s/system/local-path-provisioner/manifests
|
|
targetRevision: main
|
|
helm:
|
|
valuesObject:
|
|
destination:
|
|
namespace: local-path-storage
|
|
name: in-cluster
|
|
syncPolicy:
|
|
syncOptions:
|
|
- ServerSideApply=true |