fix: remove cv

This commit is contained in:
Smigz 2025-05-02 17:20:06 +00:00
parent 55f7b09c93
commit 39a4f1c763
12 changed files with 0 additions and 225 deletions

View file

@ -1,18 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cv # Updated to match instruction
namespace: argocd
spec:
project: default
source:
repoURL: {{ .Values.repoUrl }} # Updated to match instruction
path: cv/devops
targetRevision: {{ .Values.targetRevision }} # Updated to match instruction
destination:
server: {{ .Values.targetServer }}
namespace: {{ .Values.targetNamespace }} # Updated to match instruction
syncPolicy:
automated:
prune: true
selfHeal: true