mirror of
https://github.com/zoriya/snow.git
synced 2025-12-05 23:06:23 +00:00
24 lines
518 B
YAML
24 lines
518 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: openebs
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: openebs
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
managedNamespaceMetadata:
|
|
labels:
|
|
pod-security.kubernetes.io/enforce: privileged
|
|
source:
|
|
repoURL: https://github.com/zoriya/snow
|
|
targetRevision: HEAD
|
|
path: apps/openebs
|