test argo application
parent
0a500da74f
commit
8beee0ef87
@ -0,0 +1,23 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: bootstrap
|
||||
namespace: argo-cd
|
||||
spec:
|
||||
destination:
|
||||
namespace: argo-cd
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
path: .
|
||||
repoURL: 'prodnso-harbor-01.smardigo.digital/infrastructure'
|
||||
targetRevision: 0.1.6
|
||||
chart: bootstrap
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Loading…
Reference in New Issue