Skip to content

Commit

Permalink
Revert | Change default ArgoCD installation namespace back to argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Dec 22, 2024
1 parent 85ce78b commit 0ab00a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argocd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct ArgoCDOptions<'a> {
pub debug: bool,
}

pub const ARGO_CD_NAMESPACE: &str = "argocd-diff-preview";
pub const ARGO_CD_NAMESPACE: &str = "argocd";

const CONFIG_PATH: &str = "argocd-config";

Expand Down

0 comments on commit 0ab00a9

Please sign in to comment.