mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-27 03:47:19 +00:00
8 lines
126 B
Bash
Executable file
8 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
current_dir=$(dirname $0)
|
|
output="$current_dir/env_output"
|
|
|
|
env | grep "ARGOCD_APP_NAME" > $output
|
|
|
|
kustomize $@
|