-
|
I have just installed flux and I see all pods running. I tried creating a namespace from the gitops repository and working fine but then I tried creating a HelmRepository and nothing happens. The path in gitops is right, source controller logs the commit but there is no other related logs in the rest of the pods. ---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: redpanda
namespace: flux-system
spec:
interval: 30m0s
url: https://charts.redpanda.com |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Solved after moving the file out of flux-system directory |
Beta Was this translation helpful? Give feedback.
Solved after moving the file out of flux-system directory