Skip to content

Commit

Permalink
add missing app manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
robertchoi80 committed Jul 13, 2021
1 parent 1b0c3e5 commit bc5f68b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions taco-apps/prepare-decapod-controller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prepare-decapod-controller
namespace: argo
spec:
destination:
namespace: argo
server: https://kubernetes.default.svc
project: decapod-controller
source:
path: hanu-reference/decapod-controller/prepare-decapod-controller
repoURL: https://github.com/openinfradev/decapod-manifests.git
targetRevision: HEAD
syncPolicy:
syncOptions:
- CreateNamespace=false
automated:
selfHeal: true
prune: true

0 comments on commit bc5f68b

Please sign in to comment.