It's getting hard to keep up with the crap I've trashed

This commit is contained in:
2025-05-29 16:48:16 +03:00
parent 229f46d935
commit 23c58a5ece

26
application.yaml Normal file
View File

@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: example-app-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: example-app
targetRevision: HEAD
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc.cluster.local:443
namespace: example-app
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true