a1tan / argocdsecretsynchronizer

15 stars 3 forks source link

Make argocd namespace configurable #3

Closed giepa closed 11 months ago

giepa commented 1 year ago

Hi @a1tan

Currently the argocd namespace is hardcoded. In our use case we deploy argocd in a different namespace. It would be great if we could configure the namespace, for example:

apiVersion: synchronizer.a1tan/v1alpha1
kind: SecretSynchronizer
metadata:
  name: secretsynchronizer
spec:
  argocdNamespace: argocd-prod

I would be happy to contribute this feature.

Thanks Gideon

a1tan commented 1 year ago

Hi @giepa, Feel free to contribute please. I will also try to make time for this. But can't promise for the exact time.

a1tan commented 1 year ago

Hi @giepa again, if you still need this feature, it is added.