HelmRelease variable substitution and Kustomization Postbuild bevahiour #4413
-
|
hi, Perhaps this quite a simple question but being new Flux I'm a bit lost. Say I have following manifest: b) ConfigMap c) Flux KS Q1: Which namespace shall I put the Flux KS? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I am by no means an expert and may have some of this wrong, but I see you have no answer and I just got mine working. Here is what I used and it maybe missing some of the answer as I just got it working.
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: sonarr
namespace: flux-system
spec:
interval: 10m
path: apps/torrents/sonarr/app
prune: true
sourceRef:
kind: GitRepository
name: flux-system
postBuild:
substituteFrom:
- kind: ConfigMap
name: cluster-config |
Beta Was this translation helpful? Give feedback.
I am by no means an expert and may have some of this wrong, but I see you have no answer and I just got mine working. Here is what I used and it maybe missing some of the answer as I just got it working.