Skip to content
View francisco-cocozza's full-sized avatar

Block or report francisco-cocozza

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 Loading

  1. Script to Change Argo CD's Admin use... Script to Change Argo CD's Admin user in CF GitOps Runtime
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    IFS=$'\n\t'
    4
    
                  
    5
    K8S_CONTEXT="my_k8s_cluster" # as in `kubectl config get-contexts -o name`
  2. Inspect builds looking for a string ... Inspect builds looking for a string in the logs
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    IFS=$'\n\t'
    4
    
                  
    5
    SEARCH_STRING="Reusing volume"