Skip to content
View nathmahale's full-sized avatar
🐻‍❄️
🐻‍❄️
  • Melbourne,Victoria,Australia
  • 05:55 (UTC +10:00)
Block or Report

Block or report nathmahale

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. k8s-for-rookies k8s-for-rookies Public

    Shell

  2. argocd argocd Public

    Forked from bukurt/argocd

    ArgoCD demo

    CSS

  3. handy_commands handy_commands
    1
    ## get initial admin password
    2
    kubectl -n argocd get secrets argocd-initial-admin-secret  -o jsonpath='{.data.password}' | base64 -d
    3
    
                  
    4
    ## login to argocd server with cli
    5
    argocd login $(kubectl -n argocd get svc argocd-server --output=jsonpath='{.spec.clusterIP}') --insecure --username admin --password "<PASSWORD>" --insecure
  4. calculator-app-nodejs calculator-app-nodejs Public

    Sample nodejs app for calculator

    JavaScript