You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prodwork01-argocd/bootstrap.yaml

24 lines
484 B
YAML

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