Keycloak Terraform / Terraform (push) Successful in 26s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 15s
Check with kubeconform / lint (push) Successful in 11s
Auto-update README / Generate README and Create MR (push) Successful in 18s
21 lines
435 B
YAML
21 lines
435 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: lan-play
|
|
namespace: argocd
|
|
spec:
|
|
project: apps
|
|
destination:
|
|
namespace: lan-play
|
|
server: https://kubernetes.default.svc
|
|
source:
|
|
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
|
|
targetRevision: HEAD
|
|
path: k8s/apps/lan-play
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|