mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 20:45:35 -04:00
fix: remove cv
This commit is contained in:
parent
55f7b09c93
commit
39a4f1c763
12 changed files with 0 additions and 225 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue