Compare commits
No commits in common. "3c1ba1ccda3efd5a84f490af17d25757b7ae5df7" and "33f27000054683f822b158c8ce80660804e5a044" have entirely different histories.
3c1ba1ccda
...
33f2700005
2 changed files with 0 additions and 25 deletions
|
|
@ -1,22 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: metallb-config
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git
|
||||
targetRevision: HEAD
|
||||
path: manifests/metallb
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: metallb-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
|
@ -12,6 +12,3 @@ kind: L2Advertisement
|
|||
metadata:
|
||||
name: homelab
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- homelab
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue