remove octopus

This commit is contained in:
2024-04-13 21:07:24 -05:00
parent 5a52a7a32c
commit b37517de14

View File

@@ -1,21 +1,21 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: octopus-tentacle # name: octopus-tentacle
namespace: argocd # namespace: argocd
spec: #spec:
project: default # project: default
source: # source:
repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git # repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
targetRevision: main # targetRevision: main
path: octopus-tentacle # path: octopus-tentacle
destination: # destination:
namespace: octopus-tentacle # namespace: octopus-tentacle
name: in-cluster # name: in-cluster
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
#