This commit is contained in:
2025-05-29 16:48:07 +03:00
parent 176911c846
commit eaa67c8cb6

26
application.yaml Normal file
View File

@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: json-echo-argo-application
namespace: argocd
spec:
project: default
source:
repoURL: oci://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo
chart: json-echo
targetRevision: HEAD
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc.cluster.local:443
namespace: json-echo
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true