stakater reloader is now directly installed!
This commit is contained in:
parent
7ace9c2816
commit
5795ffb0d3
|
@ -9,9 +9,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: "{{ .Values.bootstrap.source.repoURL }}"
|
repoURL: https://github.com/stakater/Reloader.git
|
||||||
targetRevision: "{{ .Values.bootstrap.source.targetRevision }}"
|
targetRevision: v1.0.32
|
||||||
path: {{ (index .Values "stakater-reloader").path | default "stakater-reloader" | quote }}
|
path: deployments/kubernetes
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: {{ (index .Values "stakater-reloader").namespace | default "stakater-reloader" | quote }}
|
namespace: {{ (index .Values "stakater-reloader").namespace | default "stakater-reloader" | quote }}
|
||||||
|
|
|
@ -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.
|
|
|
@ -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
|
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: synapse
|
|
Loading…
Reference in New Issue
Block a user