Skip to content

Commit fc5cb57

Browse files
committed
added argocd ESO manifest of helm deployment
1 parent 70d57ba commit fc5cb57

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

argocd/external-secrets.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: external-secrets
5+
namespace: argocd
6+
spec:
7+
project: default
8+
source:
9+
repoURL: 'https://github.com/akhil27051999/Flask-REST-API.git'
10+
targetRevision: dev
11+
path: helm/external-secrets
12+
helm:
13+
valueFiles:
14+
- values.yaml
15+
destination:
16+
server: https://kubernetes.default.svc
17+
namespace: external-secrets
18+
syncPolicy:
19+
automated:
20+
prune: true
21+
selfHeal: true

0 commit comments

Comments
 (0)