Added reloader

This commit is contained in:
Marcus Noble 2021-05-01 17:31:53 +01:00
parent a1c447ff73
commit 2aa1628ebc
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: reloader
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
destination:
namespace: kube-system
server: 'https://kubernetes.default.svc'
source:
repoURL: 'https://stakater.github.io/stakater-charts'
targetRevision: v0.0.89
chart: reloader
syncPolicy:
automated: {}
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data

View File

@ -64,6 +64,8 @@ metadata:
version: v20.4.1
name: kube-janitor
namespace: kube-janitor
annotations:
reloader.stakater.com/auto: "true"
spec:
replicas: 1
selector:

View File

@ -197,6 +197,8 @@ kind: Deployment
metadata:
name: well-known
namespace: chat
annotations:
reloader.stakater.com/auto: "true"
spec:
replicas: 1
selector: