stakater reloader is now directly installed!

This commit is contained in:
James Andariese 2023-07-22 14:47:38 -05:00
parent 7ace9c2816
commit 5795ffb0d3
4 changed files with 3 additions and 19 deletions

View File

@ -9,9 +9,9 @@ metadata:
spec:
project: default
source:
repoURL: "{{ .Values.bootstrap.source.repoURL }}"
targetRevision: "{{ .Values.bootstrap.source.targetRevision }}"
path: {{ (index .Values "stakater-reloader").path | default "stakater-reloader" | quote }}
repoURL: https://github.com/stakater/Reloader.git
targetRevision: v1.0.32
path: deployments/kubernetes
destination:
server: "https://kubernetes.default.svc"
namespace: {{ (index .Values "stakater-reloader").namespace | default "stakater-reloader" | quote }}

View File

@ -1,3 +0,0 @@
allows restarts to happen for pods which only read their configs (configmaps) at start.
for example, this causes keycloak to restart when its admin password rotates.

View File

@ -1,9 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: stakater-reloader
resources:
- ./ns.yaml
- git::https://github.com/stakater/Reloader/deployments/kubernetes?ref=v1.0.30

View File

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: synapse