mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 22:41:33 +00:00
Separate and move fluxcd and fluxcd-operator from `core` to `system`. It should not be problem with self-update now, since we correctly set dependsOn option, it ensures ordered update of flux instance right after flux-operator. As part of https://github.com/aenix-io/cozystack/issues/184 and https://github.com/aenix-io/cozystack/issues/185 fixes https://github.com/aenix-io/cozystack/issues/169 Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
13 lines
697 B
Diff
13 lines
697 B
Diff
diff --git a/packages/core/fluxcd/charts/flux-operator/templates/deployment.yaml b/packages/core/fluxcd/charts/flux-operator/templates/deployment.yaml
|
|
index 8ffd8d8..5ad96a8 100644
|
|
--- a/charts/flux-operator/templates/deployment.yaml
|
|
+++ b/charts/flux-operator/templates/deployment.yaml
|
|
@@ -58,6 +58,7 @@ spec:
|
|
{{- if .Values.extraEnvs }}
|
|
{{- toYaml .Values.extraEnvs | nindent 12 }}
|
|
{{- end }}
|
|
+ {{- include "cozy.kubernetes_envs" . | nindent 12 }}
|
|
securityContext:
|
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|