Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 626 Bytes

K8s manifests

Deployment

If everything is provisioned correctly in the infra steps, then these manifests should start to deploy automatically on the frontend using ArgoCD.

  1. Navigate to the URL configured for ArgoCD and login with below creds:
username: admin
password: output of $(kubectl -n argocd get secret argocd-initial-admin-secret -oyaml | yq '.data.password' | base64 -d)
  1. Confirm the deployment status for each app, will look like this: argo dashboard

Customization

Search for string "CHANGEME" in the subfolder and update the values as instructed.