This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/_apps/k8up.yaml
Tobias Brunner d77619e3f1
All checks were successful
continuous-integration/drone/push Build is passing
fix bool vs string
2020-08-24 21:19:20 +02:00

25 lines
495 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: k8up
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: k8up
server: https://kubernetes.default.svc
project: system
source:
path: k8up
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
---
apiVersion: v1
kind: Namespace
metadata:
name: k8up
labels:
goldilocks.fairwinds.com/enabled: "true"
prometheus: "yes"