Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Custom namespace for argocd application? #663

Closed
1 task done
jorfermo opened this issue Jun 21, 2022 · 4 comments
Closed
1 task done

[QUESTION] Custom namespace for argocd application? #663

jorfermo opened this issue Jun 21, 2022 · 4 comments
Labels
question Further information is requested

Comments

@jorfermo
Copy link

Please describe your question here

Is there any way to set a custom namespace per each argocd application? It seems to me it's "hardcoded" to the argocd deployment namespace, but I wanted to make sure I'm not missing something.

Provide link to the example related to the question

namespace = local.helm_config["namespace"]

More

  • Yes, I have checked the repo for existing issues before raising this question
@jorfermo jorfermo added the question Further information is requested label Jun 21, 2022
@spkane
Copy link
Contributor

spkane commented Jun 28, 2022

argocd_helm_config = {
 namespace = "different"
}

Similar to this and some of the other addon examples:
https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/examples/complete-kubernetes-addons/main.tf#L195

@jorfermo
Copy link
Author

Yes, but that would set the same namespace for argocd and every application installed through it, right? My question was if it's possible to define the namespace for every application installed through argocd.

@bryantbiggs
Copy link
Contributor

Reference #595

@bryantbiggs
Copy link
Contributor

resolved in #595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants