stakater reloader is now directly installed!
This commit is contained in:
parent
7ace9c2816
commit
5795ffb0d3
|
@ -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 }}
|
||||
|
|
|
@ -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