Skip to content

Commit

Permalink
Fix auto apply Argo-ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
aictur authored Dec 4, 2024
1 parent 8439f7a commit 5ac960a
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions kubernetes/argocd/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,23 @@ spec:
project: default

# Source of the application manifests
source:
repoURL: https://github.com/aictur/homelab.git
targetRevision: HEAD
path: kubernetes/argocd
sources:
- repoURL: https://github.com/aictur/homelab.git
targetRevision: HEAD
path: kubernetes/argocd

# directory
directory:
recurse: true
include: '*.yaml'
# directory
directory:
recurse: true
include: '*.yaml'
- repoURL: https://github.com/aictur/homelab.git
targetRevision: HEAD
path: kubernetes/apps

# directory
directory:
recurse: true
include: 'argo-ingress.yaml'
# Destination cluster and namespace to deploy the application
destination:
server: https://kubernetes.default.svc
Expand Down Expand Up @@ -55,4 +63,4 @@ spec:
# informational purposes as well as for rollbacks to previous versions. This should only be changed in exceptional
# circumstances. Setting to zero will store no history. This will reduce storage used. Increasing will increase the
# space used to store the history, so we do not recommend increasing it.
revisionHistoryLimit: 3
revisionHistoryLimit: 3

0 comments on commit 5ac960a

Please # to comment.