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/acmedns.yaml
Tobias Brunner 153e078d51
All checks were successful
continuous-integration/drone/push Build is passing
initial version of acmedns
2021-11-12 23:11:10 +01:00

25 lines
475 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: acmedns
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: acmedns
server: https://kubernetes.default.svc
project: apps
source:
path: acmedns
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
---
apiVersion: v1
kind: Namespace
metadata:
name: acmedns