Skip to content
Discussion options

You must be logged in to vote

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.

  1. Below I've listed my ks.yaml file which is in the flux-system namespace.
  2. My configmap (named cluster-config) is also in the flux-system namespace. Likely has to be there as you cannot define any specific namespace.
  3. I don't really know what you're asking here, but I think you want to know if the values come from the configmap. The answer to that is yes.
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  name: sonarr
  namespace: flux-system
spec:
  interval: 10m
  p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stefanprodan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants