Skip to content
Snippets Groups Projects
Select Git revision
  • 48de289b90fdd82166dda66e0fa616b7acce8dac
  • master default protected
  • next
  • ubi_conf
  • anel-mysql8-migration-v2
  • anel-mysql8-migration
  • anel-mysql57-migration
7 results

Containerfile.debug-ubi

Blame
  • teardown 183 B
    #!/usr/bin/env bash
    
    if [ -z "${KUBECONFIG}" ]; then
        KUBECONFIG=~/.kube/config
    fi
    
    kubectl --kubeconfig="$KUBECONFIG" -n "$KUBE_NAMESPACE" delete -f manifests/examples/example-app