From d3b8e486dbf042afb0687c1ecef8d34b6f67a376 Mon Sep 17 00:00:00 2001 From: Siddhesh Ghadi Date: Mon, 11 Nov 2024 15:28:00 +0530 Subject: [PATCH 1/2] Fix code block in custom label doc Signed-off-by: Siddhesh Ghadi --- docs/usage/custom_labels_annotations.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/usage/custom_labels_annotations.md b/docs/usage/custom_labels_annotations.md index a7d23a62c..6093e8560 100644 --- a/docs/usage/custom_labels_annotations.md +++ b/docs/usage/custom_labels_annotations.md @@ -2,7 +2,11 @@ You can add labels and annotations to the pods of the server, repo, application set controller, and application controller. -```[yaml] +```yaml +apiVersion: argoproj.io/v1beta1 +kind: ArgoCD +metadata: + name: example-argocd spec: server: labels: From e834413bfcf6e0e4cec57970a162b243747dc1e5 Mon Sep 17 00:00:00 2001 From: Siddhesh Ghadi Date: Mon, 18 Nov 2024 14:18:35 +0530 Subject: [PATCH 2/2] Add missing fields in table Signed-off-by: Siddhesh Ghadi --- docs/reference/argocd.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/argocd.md b/docs/reference/argocd.md index 3b8907ced..e6b331b33 100644 --- a/docs/reference/argocd.md +++ b/docs/reference/argocd.md @@ -91,6 +91,8 @@ SourceNamespaces|[Empty]|List of namespaces other than control-plane namespace w SCMProviders|[Empty]|List of allowed Source Code Manager (SCM) providers URL. Volumes | [Empty] | Configure addition volumes for the ArgoCD Application Controller component. This field is optional. VolumeMounts | [Empty] | Configure addition volume mounts for the ArgoCD Application Controller component. This field is optional. +Annotations | [Empty] | Custom annotations to pods deployed by the operator +Labels | [Empty] | Custom labels to pods deployed by the operator ### ApplicationSet Controller Example @@ -205,6 +207,8 @@ InitContainers | [Empty] | List of init containers for the ArgoCD Application Co SidecarContainers | [Empty] | List of sidecar containers for the ArgoCD Application Controller component. This field is optional. Volumes | [Empty] | Configure addition volumes for the ArgoCD Application Controller component. This field is optional. VolumeMounts | [Empty] | Configure addition volume mounts for the ArgoCD Application Controller component. This field is optional. +Annotations | [Empty] | Custom annotations to pods deployed by the operator +Labels | [Empty] | Custom labels to pods deployed by the operator ### Controller Example @@ -949,6 +953,8 @@ InitContainers | [Empty] | List of init containers for the repo server deploymen SidecarContainers | [Empty] | List of sidecar containers for the repo server deployment. This field is optional. Enabled | true | Flag to enable repo server during ArgoCD installation. Remote | [Empty] | Specifies the remote URL of the repo server container. By default, it points to a local instance managed by the operator. This field is optional. +Annotations | [Empty] | Custom annotations to pods deployed by the operator +Labels | [Empty] | Custom labels to pods deployed by the operator ### Pass Command Arguments To Repo Server @@ -1318,6 +1324,8 @@ InitContainers | [Empty] | List of init containers for the ArgoCD Server compone SidecarContainers | [Empty] | List of sidecar containers for the ArgoCD Server component. This field is optional. Volumes | [Empty] | Configure addition volumes for the Argo CD server component. This field is optional. VolumeMounts | [Empty] | Configure addition volume mounts for the Argo CD server component. This field is optional. +Annotations | [Empty] | Custom annotations to pods deployed by the operator +Labels | [Empty] | Custom labels to pods deployed by the operator ### Server Autoscale Options