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/ioteer.yaml

22 lines
424 B
YAML
Raw Normal View History

2020-04-30 18:33:03 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ioteer
2020-04-30 18:43:33 +00:00
namespace: argocd
2020-04-30 18:33:03 +00:00
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: ioteer
server: https://kubernetes.default.svc
2020-06-29 18:55:07 +00:00
project: apps
2020-04-30 18:33:03 +00:00
source:
path: ioteer
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
---
apiVersion: v1
kind: Namespace
metadata:
name: ioteer