Skip to content

fix: deployment fixes and doc update#21

Merged
jdaln merged 2 commits into
mainfrom
fix/deployment-fix-and-doc-update
Jun 17, 2026
Merged

fix: deployment fixes and doc update#21
jdaln merged 2 commits into
mainfrom
fix/deployment-fix-and-doc-update

Conversation

@jdaln

@jdaln jdaln commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@jdaln jdaln merged commit 13b5a7e into main Jun 17, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Argo CD bootstrap/deployment documentation and adjusts Argo CD setup inputs, including bumping the pinned upstream Argo CD HA manifest version.

Changes:

  • Remove an outdated/incorrect sourceRepos entry from the infrastructure AppProject.
  • Refresh bootstrap/RBAC documentation to match the current argo-setup/ overlay and patch filenames/paths.
  • Bump the pinned upstream Argo CD HA manifest in argo-setup/patches/kustomization.yaml from v3.3.9 to v3.3.11.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
projects/mip-infrastructure.yaml Removes an outdated sourceRepos entry from the infrastructure AppProject.
docs/rbac-layers.md Updates RBAC doc references and Argo CD pinning note.
docs/getting-started.md Simplifies Argo CD install instructions and fixes a bootstrap manifest path reference.
argo-setup/README.md Updates overlay README to the new bootstrap flow and documents upgrade procedure.
argo-setup/patches/kustomization.yaml Bumps the pinned upstream Argo CD HA manifest URL to v3.3.11.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/getting-started.md
Comment on lines +28 to +31
[`argo-setup/README.md` § Bootstrap](../argo-setup/README.md#bootstrap) -
they cover hostname rewrite, namespace creation, `kustomize build … |
kubectl apply --server-side`, rollout wait, and bootstrap admin-password
rotation. From off-cluster you'll need a tunnel + `/etc/hosts` mapping for
Comment thread docs/rbac-layers.md
---

Pinned at Argo CD [v3.3.9](../argo-setup/patches/kustomization.yaml). To bump:
Pinned at Argo CD (../argo-setup/patches/kustomization.yaml). To bump:
Comment thread argo-setup/README.md
kubectl -n "$ARGOCD_NS" get ingress
kubectl -n "$ARGOCD_NS" get certificate argocd-server-tls \
-o jsonpath='{.status.conditions[?(@.type=="Ready")].status}{"\n"}'
argocd login "$ARGOCD_HOST" --grpc-web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants