Add app 4
This commit is contained in:
parent
cdd7395e22
commit
d38225e866
@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: app-4
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: sandbox
|
||||
source:
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/sandbox.git
|
||||
targetRevision: HEAD
|
||||
path: charts/nginx-message-4
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../manifests/app-4/values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: sandbox
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Loading…
x
Reference in New Issue
Block a user